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
assign toggleOff Dot7
20
assign toggleOn Dot8
21
 
22
assign toggleKeys \{chord}Dot1+Dot2
23
assign toggleCommand SKPBLNKWINS
24
include toggle.kti
25
 
26
assign toggleKeys \{chord}Dot1+Dot4
27
assign toggleCommand CSRVIS
28
include toggle.kti
29
 
30
assign toggleKeys \{chord}Dot1+Dot4+Dot5
31
assign toggleCommand DISPMD
32
include toggle.kti
33
 
34
assign toggleKeys \{chord}Dot1+Dot2+Dot4
35
assign toggleCommand FREEZE
36
include toggle.kti
37
 
38
bind \{chord}Dot1+Dot2+Dot5 HELP
39
 
40
assign toggleKeys \{chord}Dot2+Dot4
41
assign toggleCommand SKPIDLNS
42
include toggle.kti
43
 
44
assign toggleKeys \{chord}Dot1+Dot3
45
assign toggleCommand BRLKBD
46
include toggle.kti
47
 
48
bind \{chord}Dot1+Dot2+Dot3 LEARN
49
 
50
bind \{chord}Dot1+Dot2+Dot3+Dot4 PREFMENU
51
bind \{chord}Dot1+Dot2+Dot3+Dot4+\{toggleOff} PREFLOAD
52
bind \{chord}Dot1+Dot2+Dot3+Dot4+\{toggleOn} PREFSAVE
53
 
54
assign toggleKeys \{chord}Dot1+Dot2+Dot3+Dot5
55
assign toggleCommand AUTOREPEAT
56
include toggle.kti
57
 
58
bind \{chord}Dot2+Dot3+Dot4 INFO
59
 
60
assign toggleKeys \{chord}Dot2+Dot3+Dot4+Dot5
61
assign toggleCommand CSRTRK
62
include toggle.kti
63
 
64
assign toggleKeys \{chord}Dot1+Dot3+Dot6
65
assign toggleCommand ATTRVIS
66
include toggle.kti
67
 
68
bind \{chord}Dot1+Dot2+Dot3+Dot6 CSRJMP_VERT
69
bind \{chord}Dot1+Dot2+Dot3+Dot6+\{toggleOff} SWITCHVT_PREV
70
bind \{chord}Dot1+Dot2+Dot3+Dot6+\{toggleOn} SWITCHVT_NEXT
71
 
72
assign toggleKeys \{chord}Dot2+Dot4+Dot5+Dot6
73
assign toggleCommand SLIDEWIN
74
include toggle.kti
75
 
76
bind \{chord}Dot1+Dot3+Dot4+Dot6 PASTE
77
bind \{chord}Dot1+Dot3+Dot4+Dot6+\{toggleOff} CLIP_RESTORE
78
bind \{chord}Dot1+Dot3+Dot4+Dot6+\{toggleOn} CLIP_SAVE
79
 
80
bind \{chord}Dot2+Dot3+Dot5 SIXDOTS+on
81
bind \{chord}Dot2+Dot3+Dot6 SIXDOTS+off
82
 
83
bind \{chord}Dot3 KEY_CURSOR_LEFT
84
bind \{chord}Dot6 KEY_CURSOR_RIGHT
85
bind \{chord}Dot2 KEY_HOME
86
bind \{chord}Dot5 KEY_END
87
bind \{chord}Dot1 KEY_CURSOR_UP
88
bind \{chord}Dot4 KEY_CURSOR_DOWN
89
 
90
bind \{chord}Dot2+Dot3 KEY_PAGE_UP
91
bind \{chord}Dot5+Dot6 KEY_PAGE_DOWN
92
bind \{chord}Dot4+Dot5 KEY_TAB
93
 
94
bind \{chord}Dot2+Dot5+Dot6 KEY_DELETE
95
bind \{chord}Dot2+Dot6 KEY_ESCAPE
96
bind \{chord}Dot3+Dot5 KEY_INSERT
97
 
98
bind \{chord}Dot1+Dot8 GUI
99
bind \{chord}Dot2+Dot8 META
100
bind \{chord}Dot3+Dot8 CONTROL
101
bind \{chord}Dot4+Dot8 SHIFT
102
bind \{chord}Dot5+Dot8 ALTGR
103
bind \{chord}Dot6+Dot8 UPPER
104
bind \{chord}Dot7+Dot8 UNSTICK
105
 
106
ifNotVar noUnchorded
107
assignDefault commandDot7 KEY_BACKSPACE
108
assignDefault commandDot8 KEY_ENTER
109
 
110
bind Dot7 \{commandDot7}
111
bind Dot8 \{commandDot8}
112
 
113
bind \{chord}Dot7 PASSDOTS+dot7
114
bind \{chord}Dot8 PASSDOTS+dot8
115
 
116
include menu.kti
117
endIf