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
bind RightRockerUp LNUP
20
bind RightRockerDown LNDN
21
 
22
bind Bar1 LNUP
23
bind Bar2 LNDN
24
bind Bar3 LNDN
25
bind Bar4 LNDN
26
 
27
bind Button3 FWINLT
28
bind Button4 FWINRT
29
 
30
bind Concave HOME
31
bind Concave+LeftRockerUp BACK
32
 
33
bind Convex CSRTRK
34
 
35
bind Button1+Bar1 TOP_LEFT
36
bind Button1+Bar2 BOT_LEFT
37
 
38
bind Button2+Bar1 PRDIFLN
39
bind Button2+Bar2 NXDIFLN
40
bind Button2+Bar3 NXDIFLN
41
bind Button2+Bar4 NXDIFLN
42
 
43
bind Button2+RightRockerUp ATTRUP
44
bind Button2+RightRockerDown ATTRDN
45
 
46
bind Convex+Button1 CHRLT
47
bind Convex+Button2 CHRRT
48
 
49
bind LeftRockerUp+Button1 HWINLT
50
bind LeftRockerUp+Button2 HWINRT
51
 
52
bind Convex+LeftRockerUp WINUP
53
bind Convex+LeftRockerDown WINDN
54
 
55
bind Button1+Button2+Bar1 WINUP
56
bind Button1+Button2+Bar2 WINDN
57
 
58
bind LeftRockerUp+Button3 LNBEG
59
bind LeftRockerUp+Button4 LNEND
60
 
61
bind Button1 KEY_CURSOR_LEFT
62
bind Button2 KEY_CURSOR_RIGHT
63
bind LeftRockerUp KEY_CURSOR_UP
64
bind LeftRockerDown KEY_CURSOR_DOWN
65
 
66
bind Button1+Button2 HELP
67
bind Button1+Button2+Button3+Button4 LEARN
68
bind Button3+Button4 INFO
69
 
70
bind LeftRockerDown+RightRockerDown CSRJMP_VERT
71
 
72
bind Bar2+RightRockerDown SAY_LINE
73
bind Bar1+Bar2+RightRockerDown SAY_BELOW
74
bind Concave+Bar2 SPKHOME
75
bind Bar2+RightRockerUp MUTE
76
bind Bar1+Bar2+LeftRockerUp+RightRockerUp RESTARTSPEECH
77
 
78
bind Bar1+Bar2 PREFMENU
79
bind Bar1+Bar2+Concave PREFSAVE
80
bind Bar1+Bar2+Convex+Concave PREFLOAD
81
 
82
bind Bar1+Bar2+Button1 CSRVIS
83
bind Bar1+Bar2+Button1+Convex CSRBLINK
84
bind Bar1+Bar2+Button2 TUNES
85
bind Bar1+Bar2+Button2+Convex CAPBLINK
86
bind Bar1+Bar2+LeftRockerDown SIXDOTS
87
 
88
bind Switch1Up ATTRVIS+on
89
bind Switch1Down ATTRVIS+off
90
 
91
bind Switch1Up+Convex ATTRBLINK+on
92
bind Switch1Down+Convex ATTRBLINK+off
93
 
94
bind Switch2Up FREEZE+on
95
bind Switch2Down FREEZE+off
96
 
97
bind Switch3Up SKPIDLNS+on
98
bind Switch3Down SKPIDLNS+off
99
 
100
bind Switch4Up DISPMD+on
101
bind Switch4Down DISPMD+off
102
 
103
assign keyRoutingUp RightRockerUp
104
assign keyRoutingDown RightRockerDown
105
include routing.kti
106
 
107
bind RoutingKey+Button1 CLIP_NEW
108
bind RoutingKey+Button2 CLIP_ADD
109
bind RoutingKey+Button3 COPY_RECT
110
bind RoutingKey+Button4 COPY_LINE
111
 
112
bind RoutingKey+LeftRockerUp SETLEFT
113
bind RoutingKey+LeftRockerDown SWITCHVT
114
 
115
bind RoutingKey+Convex SETMARK
116
bind RoutingKey+Concave GOTOMARK
117
 
118
context menu
119
bind Convex MENU_PREV_SETTING
120
bind Concave MENU_NEXT_SETTING
121