Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
###############################################################################
2
# BRLTTY - A background process providing access to the console screen (when in
3
#          text mode) for a blind person using a refreshable braille display.
4
#
5
# Copyright (C) 1995-2018 by The BRLTTY Developers.
6
#
7
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
8
#
9
# This is free software, placed under the terms of the
10
# GNU Lesser General Public License, as published by the Free Software
11
# Foundation; either version 2.1 of the License, or (at your option) any
12
# later version. Please see the file LICENSE-LGPL for details.
13
#
14
# Web Page: http://brltty.com/
15
#
16
# This software is maintained by Dave Mielke <dave@mielke.cc>.
17
###############################################################################
18
 
19
title Seika Braille Displays
20
 
21
note The round keys to the left/right of the braille cells are named K1 and K8.
22
note The left/right ends of the left rocker are named K2 and K3.
23
note The long keys to the left/right of the center are named K4 and K5.
24
note The left/right ends of the right rocker are named K6 and K7.
25
 
26
####################
27
# Default Bindings #
28
####################
29
 
30
bind !RoutingKey ROUTE
31
 
32
bind K1 FWINLT
33
bind K8 FWINRT
34
 
35
bind K2 LNUP
36
bind K3 LNDN
37
bind K2+K3 LNBEG
38
 
39
bind K6 FWINLTSKIP
40
bind K7 FWINRTSKIP
41
bind K6+K7 PASTE
42
 
43
bind K4 CSRTRK
44
bind K5 RETURN
45
bind K4+K5 CSRJMP_VERT
46
 
47
bind K6+K2 TOP_LEFT
48
bind K6+K3 BOT_LEFT
49
bind K7+K2 TOP
50
bind K7+K3 BOT
51
 
52
bind K4+K2 ATTRUP
53
bind K4+K3 ATTRDN
54
bind K5+K2 PRDIFLN
55
bind K5+K3 NXDIFLN
56
bind K4+K6 PRPROMPT
57
bind K4+K7 NXPROMPT
58
bind K5+K6 PRPGRPH
59
bind K5+K7 NXPGRPH
60
 
61
bind K1+K8+K2 CONTEXT+PRINDENT
62
bind K1+K8+K3 CONTEXT+NXINDENT
63
bind K1+K8+K4 CONTEXT+SETLEFT
64
bind K1+K8+K5 CONTEXT+DESCCHAR
65
bind K1+K8+K6 CONTEXT+PRDIFCHAR
66
bind K1+K8+K7 CONTEXT+NXDIFCHAR
67
 
68
bind K1+K8+K2+K6 CONTEXT+CLIP_NEW
69
bind K1+K8+K2+K7 CONTEXT+CLIP_ADD
70
bind K1+K8+K3+K6 CONTEXT+COPY_LINE
71
bind K1+K8+K3+K7 CONTEXT+COPY_RECT
72
 
73
bind K1+K2 HELP
74
bind K1+K3 LEARN
75
bind K1+K4 PREFLOAD
76
bind K1+K5 PREFSAVE
77
bind K1+K6 PREFMENU
78
bind K1+K7 INFO
79
 
80
bind K8+K2 DISPMD
81
bind K8+K3 FREEZE
82
bind K8+K6 SIXDOTS
83
bind K8+K7 SKPIDLNS
84
 
85
 
86
#################
87
# Menu Bindings #
88
#################
89
 
90
context menu
91
 
92
bind K1 FWINLT
93
bind K8 FWINRT
94
 
95
bind K2 MENU_PREV_ITEM
96
bind K3 MENU_NEXT_ITEM
97
 
98
bind K6 MENU_PREV_SETTING
99
bind K7 MENU_NEXT_SETTING
100
 
101
bind K4 MENU_FIRST_ITEM
102
bind K5 MENU_LAST_ITEM
103
 
104
 
105
############################
106
# Routing Key Alternatives #
107
############################
108
 
109
context CLIP_NEW
110
bind !RoutingKey CLIP_NEW
111
 
112
context CLIP_ADD
113
bind !RoutingKey CLIP_ADD
114
 
115
context COPY_LINE
116
bind !RoutingKey COPY_LINE
117
 
118
context COPY_RECT
119
bind !RoutingKey COPY_RECT
120
 
121
context SETLEFT
122
bind !RoutingKey SETLEFT
123
 
124
context DESCCHAR
125
bind !RoutingKey DESCCHAR
126
 
127
context PRINDENT
128
bind !RoutingKey PRINDENT
129
 
130
context NXINDENT
131
bind !RoutingKey NXINDENT
132
 
133
context PRDIFCHAR
134
bind !RoutingKey PRDIFCHar
135
 
136
context NXDIFCHAR
137
bind !RoutingKey NXDIFCHar
138