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
####################
20
# Default Bindings #
21
####################
22
 
23
bind ETouchLeftRear+ETouchRightRear HELP
24
bind ETouchLeftRear+ETouchRightFront LEARN
25
bind ETouchLeftFront+ETouchRightRear INFO
26
bind ETouchLeftFront+ETouchRightFront PREFMENU
27
 
28
bind ThumbUp+!ThumbDown CSRTRK+on
29
bind ThumbDown+!ThumbUp CSRTRK+off
30
bind ThumbHome RETURN
31
bind ThumbLeft+ThumbRight CSRJMP_VERT
32
 
33
bind ThumbUp LNUP
34
bind ThumbDown LNDN
35
bind ThumbLeft FWINLT
36
bind ThumbRight FWINRT
37
 
38
bind ThumbHome+ThumbUp PRDIFLN
39
bind ThumbHome+ThumbDown NXDIFLN
40
bind ThumbHome+ThumbLeft FWINLTSKIP
41
bind ThumbHome+ThumbRight FWINRTSKIP
42
 
43
bind ThumbLeft+ThumbUp TOP_LEFT
44
bind ThumbLeft+ThumbDown BOT_LEFT
45
bind ThumbRight+ThumbUp ATTRUP
46
bind ThumbRight+ThumbDown ATTRDN
47
 
48
bind ETouchLeftRear+ThumbUp PRPROMPT
49
bind ETouchLeftRear+ThumbDown NXPROMPT
50
bind ETouchLeftFront+ThumbUp PRPGRPH
51
bind ETouchLeftFront+ThumbDown NXPGRPH
52
bind ETouchRightRear+ThumbUp PRSEARCH
53
bind ETouchRightRear+ThumbDown NXSEARCH
54
 
55
bind ETouchLeftRear LNBEG
56
bind ETouchRightRear LNEND
57
bind ETouchLeftFront CHRLT
58
bind ETouchRightFront CHRRT
59
 
60
bind RoutingKey1 ROUTE
61
 
62
bind ETouchLeftRear+ETouchLeftFront+RoutingKey1 DESCCHAR
63
bind RoutingKey1+!RoutingKey1 CLIP_COPY
64
bind ETouchLeftRear+RoutingKey1 CLIP_NEW
65
bind ETouchLeftFront+RoutingKey1 CLIP_ADD
66
bind ETouchRightRear+RoutingKey1 COPY_LINE
67
bind ETouchRightFront+RoutingKey1 COPY_RECT
68
bind ETouchRightRear+ETouchRightFront PASTE
69
 
70
bind ThumbLeft+RoutingKey1 PRINDENT
71
bind ThumbRight+RoutingKey1 NXINDENT
72
bind ThumbUp+RoutingKey1 PRDIFCHAR
73
bind ThumbDown+RoutingKey1 NXDIFCHAR
74
bind ThumbHome+RoutingKey1 SETLEFT
75
 
76
bind ETouchLeftRear+ETouchLeftFront+ETouchRightRear FREEZE
77
bind ETouchLeftRear+ETouchRightRear+ETouchRightFront DISPMD
78
 
79
bind ThumbLeft+ETouchLeftRear CSRVIS
80
bind ThumbLeft+ETouchLeftFront ATTRVIS
81
bind ThumbLeft+ETouchRightFront SIXDOTS
82
 
83
map Dot1 DOT1
84
map Dot2 DOT2
85
map Dot3 DOT3
86
map Dot4 DOT4
87
map Dot5 DOT5
88
map Dot6 DOT6
89
map Dot7 DOT7
90
map Dot8 DOT8
91
map Space SPACE
92
map Control CONTROL
93
map Alt META
94
bind Enter KEY_ENTER
95
bind Windows KEY_ESCAPE
96
 
97
assign chord Space+
98
include ../chords.kti
99
 
100
 
101
#################
102
# Menu Bindings #
103
#################
104
 
105
context menu
106
 
107
bind ThumbLeft FWINLT
108
bind ThumbRight FWINRT
109
bind ThumbUp MENU_PREV_ITEM
110
bind ThumbDown MENU_NEXT_ITEM
111
bind ETouchLeftRear MENU_FIRST_ITEM
112
bind ETouchLeftFront MENU_LAST_ITEM
113
bind ETouchRightRear MENU_PREV_SETTING
114
bind ETouchRightFront MENU_NEXT_SETTING
115
 
116
bind ThumbHome PREFMENU
117
bind ETouchLeftRear+ETouchLeftFront PREFLOAD
118
bind ETouchRightRear+ETouchRightFront PREFSAVE
119
 
120