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 KP0+!KP5 SAY_LINE
|
|
|
20 |
bind KP0+!KP8 LNUP
|
|
|
21 |
bind KP0+!KP2 LNDN
|
|
|
22 |
bind ShiftLeft+KP0+!KP8 PRPROMPT
|
|
|
23 |
bind ShiftLeft+KP0+!KP2 NXPROMPT
|
|
|
24 |
bind ShiftLeft+KP0+!KP7 LNBEG
|
|
|
25 |
bind ShiftLeft+KP0+!KP1 LNEND
|
|
|
26 |
bind ControlLeft+KP0+!KP8 PRPGRPH
|
|
|
27 |
bind ControlLeft+KP0+!KP2 NXPGRPH
|
|
|
28 |
bind ControlLeft+KP0+!KP5 DESCCHAR
|
|
|
29 |
bind KP0+!KP7 TOP_LEFT
|
|
|
30 |
bind KP0+!KP1 BOT_LEFT
|
|
|
31 |
bind KP0+!KP9 SAY_ABOVE
|
|
|
32 |
bind KP0+!KP3 SAY_BELOW
|
|
|
33 |
bind KP0+!KP4 MUTE
|
|
|
34 |
bind ControlLeft MUTE
|
|
|
35 |
bind ControlRight MUTE
|
|
|
36 |
bind KP0+!KP6 AUTOsPEAK
|
|
|
37 |
bind KP0+!KPPeriod CSRTRK
|
|
|
38 |
bind KP0+!KPEnter HOME
|
|
|
39 |
bind KP0+!KPDivide CLIP_NEW
|
|
|
40 |
bind KP0+!KPMultiply COPY_LINE
|
|
|
41 |
bind KP0+!KPMinus COPY_RECT
|
|
|
42 |
bind KP0+!KPPlus PASTE
|
|
|
43 |
bind ControlLeft+KP0+!KPPlus CLIP_ADD
|
|
|
44 |
bind ControlLeft+ShiftLeft+KP0+!KP2 PREFMENU
|
|
|
45 |
bind ControlLeft+ShiftLeft+KP0+!KP4 PREFLOAD
|
|
|
46 |
bind ControlLeft+ShiftLeft+KP0+!KP6 PREFSAVE
|
|
|
47 |
bind ControlLeft+ShiftLeft+KP0+!KP7 HELP
|
|
|
48 |
bind ControlLeft+ShiftLeft+KP0+!KP8 INFO
|
|
|
49 |
bind ControlLeft+ShiftLeft+KP0+!KP9 LEARN
|
|
|
50 |
bind ControlLeft+ShiftLeft+KP0+!KP1 RESTARTBRL
|
|
|
51 |
bind ControlLeft+ShiftLeft+KP0+!KP3 RESTARTSPEECH
|
|
|
52 |
bind KP0+T TIME
|
|
|
53 |
bind KP0+!S SETMARK
|
|
|
54 |
bind KP0+!G GOTOMARK
|
|
|
55 |
bind ControlRight+KP0+!One SETMARK+1
|
|
|
56 |
bind KP0+!One GOTOMARK+1
|
|
|
57 |
bind ControlRight+KP0+!Two SETMARK+2
|
|
|
58 |
bind KP0+!Two GOTOMARK+2
|
|
|
59 |
bind ControlRight+KP0+!Three SETMARK+3
|
|
|
60 |
bind KP0+!Three GOTOMARK+3
|
|
|
61 |
bind ControlRight+KP0+!Four SETMARK+4
|
|
|
62 |
bind KP0+!Four GOTOMARK+4
|