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 |
# This key subtable is for Papenmeier displays which have 22 status keys.
|
|
|
20 |
note The keys to the left of the status cells are named Status.1 through Status.22.
|
|
|
21 |
|
|
|
22 |
bind !Status.1 HELP
|
|
|
23 |
bind !Status.2 LEARN
|
|
|
24 |
bind !Status.3 CSRJMP_VERT
|
|
|
25 |
bind !Status.4 INFO
|
|
|
26 |
bind !Status.5 BACK
|
|
|
27 |
|
|
|
28 |
assign toggleKeys Status.6
|
|
|
29 |
assign toggleCommand CSRTRK
|
|
|
30 |
include ../toggle.kti
|
|
|
31 |
|
|
|
32 |
assign toggleKeys Status.7
|
|
|
33 |
assign toggleCommand DISPMD
|
|
|
34 |
include ../toggle.kti
|
|
|
35 |
|
|
|
36 |
assign toggleKeys Status.8
|
|
|
37 |
assign toggleCommand FREEZE
|
|
|
38 |
include ../toggle.kti
|
|
|
39 |
|
|
|
40 |
bind !Status.9 PREFLOAD
|
|
|
41 |
bind !Status.10 PREFMENU
|
|
|
42 |
bind !Status.11 PREFSAVE
|
|
|
43 |
|
|
|
44 |
assign toggleKeys Status.12
|
|
|
45 |
assign toggleCommand CSRVIS
|
|
|
46 |
include ../toggle.kti
|
|
|
47 |
|
|
|
48 |
assign toggleKeys Status.13
|
|
|
49 |
assign toggleCommand ATTRVIS
|
|
|
50 |
include ../toggle.kti
|
|
|
51 |
|
|
|
52 |
assign toggleKeys Status.14
|
|
|
53 |
assign toggleCommand SKPIDLNS
|
|
|
54 |
include ../toggle.kti
|
|
|
55 |
|
|
|
56 |
assign toggleKeys Status.15
|
|
|
57 |
assign toggleCommand SIXDOTS
|
|
|
58 |
include ../toggle.kti
|
|
|
59 |
|
|
|
60 |
bind !Status.16 RESTARTBRL
|
|
|
61 |
bind !Status.17 RESTARTSPEECH
|
|
|
62 |
|
|
|
63 |
assign toggleKeys Status.18
|
|
|
64 |
assign toggleCommand AUTOSPEAK
|
|
|
65 |
include ../toggle.kti
|
|
|
66 |
|
|
|
67 |
assign toggleKeys Status.19
|
|
|
68 |
assign toggleCommand AUTOREPEAT
|
|
|
69 |
include ../toggle.kti
|
|
|
70 |
|
|
|
71 |
assign toggleKeys Status.20
|
|
|
72 |
assign toggleCommand BRLUCDOTS
|
|
|
73 |
include ../toggle.kti
|
|
|
74 |
|
|
|
75 |
bind !Status.21 TIME
|
|
|
76 |
bind !Status.22 PASTE
|