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 |
# Key subtable for HandyTech keypad keys
|
|
|
20 |
note The 16-key pad is arranged in four columns and four rows.
|
|
|
21 |
note * The keys in the first (top) row are named: B9, One, Two, Three.
|
|
|
22 |
note * The keys in the second row are named: B10, Four, Five, Six.
|
|
|
23 |
note * The keys in the third row are named: B11, Seven, Eight, Nine.
|
|
|
24 |
note * The keys in the fourth (bottom) row are named: B12, B13, Zero, B14.
|
|
|
25 |
|
|
|
26 |
bind B9 SAY_ABOVE
|
|
|
27 |
bind B10 SAY_LINE
|
|
|
28 |
bind B11 SAY_BELOW
|
|
|
29 |
bind B12 MUTE
|
|
|
30 |
bind Zero SPKHOME
|
|
|
31 |
bind B13 SWITCHVT_PREV
|
|
|
32 |
bind B14 SWITCHVT_NEXT
|
|
|
33 |
bind Eight MENU_PREV_ITEM
|
|
|
34 |
bind Nine MENU_FIRST_ITEM
|
|
|
35 |
bind Four MENU_PREV_SETTING
|
|
|
36 |
bind Five PREFSAVE
|
|
|
37 |
bind Six MENU_NEXT_SETTING
|
|
|
38 |
bind One PREFMENU
|
|
|
39 |
bind Two MENU_NEXT_ITEM
|
|
|
40 |
bind Three MENU_LAST_ITEM
|
|
|
41 |
|
|
|
42 |
bind Zero+Seven KEY_HOME
|
|
|
43 |
bind Zero+Eight KEY_CURSOR_UP
|
|
|
44 |
bind Zero+Nine KEY_PAGE_UP
|
|
|
45 |
bind Zero+Four KEY_CURSOR_LEFT
|
|
|
46 |
bind Zero+Six KEY_CURSOR_RIGHT
|
|
|
47 |
bind Zero+One KEY_END
|
|
|
48 |
bind Zero+Two KEY_CURSOR_DOWN
|
|
|
49 |
bind Zero+Three KEY_PAGE_DOWN
|
|
|
50 |
bind Zero+B13 KEY_INSERT
|
|
|
51 |
bind Zero+B14 KEY_DELETE
|
|
|
52 |
|
|
|
53 |
bind B9+One SETMARK+0
|
|
|
54 |
bind B9+Two SETMARK+1
|
|
|
55 |
bind B9+Three SETMARK+2
|
|
|
56 |
bind B9+Four SETMARK+3
|
|
|
57 |
bind B9+Five SETMARK+4
|
|
|
58 |
bind B9+Six SETMARK+5
|
|
|
59 |
bind B9+Seven SETMARK+6
|
|
|
60 |
bind B9+Eight SETMARK+7
|
|
|
61 |
bind B9+Nine SETMARK+8
|
|
|
62 |
bind B9+Zero SETMARK+9
|
|
|
63 |
bind B9+B13 SETMARK+10
|
|
|
64 |
bind B9+B14 SETMARK+11
|
|
|
65 |
|
|
|
66 |
bind B10+One GOTOMARK+0
|
|
|
67 |
bind B10+Two GOTOMARK+1
|
|
|
68 |
bind B10+Three GOTOMARK+2
|
|
|
69 |
bind B10+Four GOTOMARK+3
|
|
|
70 |
bind B10+Five GOTOMARK+4
|
|
|
71 |
bind B10+Six GOTOMARK+5
|
|
|
72 |
bind B10+Seven GOTOMARK+6
|
|
|
73 |
bind B10+Eight GOTOMARK+7
|
|
|
74 |
bind B10+Nine GOTOMARK+8
|
|
|
75 |
bind B10+Zero GOTOMARK+9
|
|
|
76 |
bind B10+B13 GOTOMARK+10
|
|
|
77 |
bind B10+B14 GOTOMARK+11
|
|
|
78 |
|
|
|
79 |
bind B11+One SWITCHVT+0
|
|
|
80 |
bind B11+Two SWITCHVT+1
|
|
|
81 |
bind B11+Three SWITCHVT+2
|
|
|
82 |
bind B11+Four SWITCHVT+3
|
|
|
83 |
bind B11+Five SWITCHVT+4
|
|
|
84 |
bind B11+Six SWITCHVT+5
|
|
|
85 |
bind B11+Seven SWITCHVT+6
|
|
|
86 |
bind B11+Eight SWITCHVT+7
|
|
|
87 |
bind B11+Nine SWITCHVT+8
|
|
|
88 |
bind B11+Zero SWITCHVT+9
|
|
|
89 |
bind B11+B13 SWITCHVT+10
|
|
|
90 |
bind B11+B14 SWITCHVT+11
|
|
|
91 |
|
|
|
92 |
bind B12+One KEY_FUNCTION+0
|
|
|
93 |
bind B12+Two KEY_FUNCTION+1
|
|
|
94 |
bind B12+Three KEY_FUNCTION+2
|
|
|
95 |
bind B12+Four KEY_FUNCTION+3
|
|
|
96 |
bind B12+Five KEY_FUNCTION+4
|
|
|
97 |
bind B12+Six KEY_FUNCTION+5
|
|
|
98 |
bind B12+Seven KEY_FUNCTION+6
|
|
|
99 |
bind B12+Eight KEY_FUNCTION+7
|
|
|
100 |
bind B12+Nine KEY_FUNCTION+8
|
|
|
101 |
bind B12+Zero KEY_FUNCTION+9
|
|
|
102 |
bind B12+B13 KEY_FUNCTION+10
|
|
|
103 |
bind B12+B14 KEY_FUNCTION+11
|
|
|
104 |
|