| 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 Left\{navKeyType}Press LNBEG
|
|
|
20 |
bind Right\{navKeyType}Press LNEND
|
|
|
21 |
|
|
|
22 |
bind LeftSelector BACK
|
|
|
23 |
bind RightSelector HOME
|
|
|
24 |
bind LeftSelector+RightSelector PASTE
|
|
|
25 |
|
|
|
26 |
bind LeftAdvance FWINLT
|
|
|
27 |
bind RightAdvance FWINRT
|
|
|
28 |
|
|
|
29 |
bind LeftSelector+LeftAdvance TOP_LEFT
|
|
|
30 |
bind LeftSelector+RightAdvance BOT_LEFT
|
|
|
31 |
|
|
|
32 |
bind RightSelector+LeftAdvance TOP
|
|
|
33 |
bind RightSelector+RightAdvance BOT
|
|
|
34 |
|
|
|
35 |
bind !Left\{navKeyType}Up LNUP
|
|
|
36 |
bind !Left\{navKeyType}Down LNDN
|
|
|
37 |
|
|
|
38 |
bind !Right\{navKeyType}Up FWINLT
|
|
|
39 |
bind !Right\{navKeyType}Down FWINRT
|
|
|
40 |
|
|
|
41 |
bind Left\{navKeyType}Press+!Left\{navKeyType}Up PRDIFLN
|
|
|
42 |
bind Left\{navKeyType}Press+!Left\{navKeyType}Down NXDIFLN
|
|
|
43 |
|
|
|
44 |
bind Right\{navKeyType}Press+!Right\{navKeyType}Up CHRLT
|
|
|
45 |
bind Right\{navKeyType}Press+!Right\{navKeyType}Down CHRRT
|
|
|
46 |
|
|
|
47 |
bind LeftAdvance+!Left\{navKeyType}Up PRPROMPT
|
|
|
48 |
bind LeftAdvance+!Left\{navKeyType}Down NXPROMPT
|
|
|
49 |
|
|
|
50 |
bind RightAdvance+!Left\{navKeyType}Up PRPGRPH
|
|
|
51 |
bind RightAdvance+!Left\{navKeyType}Down NXPGRPH
|
|
|
52 |
|
|
|
53 |
bind LeftSelector+!Left\{navKeyType}Up ATTRUP
|
|
|
54 |
bind LeftSelector+!Left\{navKeyType}Down ATTRDN
|
|
|
55 |
|
|
|
56 |
bind RightSelector+!Left\{navKeyType}Up PRSEARCH
|
|
|
57 |
bind RightSelector+!Left\{navKeyType}Down NXSEARCH
|
|
|
58 |
|
|
|
59 |
bind RoutingKey ROUTE
|
|
|
60 |
bind Left\{navKeyType}Press+!RoutingKey SETLEFT
|
|
|
61 |
bind Right\{navKeyType}Press+!RoutingKey DESCCHAR
|
|
|
62 |
|
|
|
63 |
bind RoutingKey+!RoutingKey CLIP_COPY
|
|
|
64 |
bind LeftAdvance+!RoutingKey CLIP_NEW
|
|
|
65 |
bind RightAdvance+!RoutingKey COPY_RECT
|
|
|
66 |
bind LeftSelector+!RoutingKey CLIP_ADD
|
|
|
67 |
bind RightSelector+!RoutingKey COPY_LINE
|