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
# This key subtable is for Baum displays which have 7 display keys.
20
note The display keys are at both ends of the text cell area, just above it.
21
note * The two at the left are named Display1 and Display2.
22
note * The large key at the right is named Display5.
23
note * The two immediately to its left are named Display3 and Display4.
24
note * The two immediately to its right are named Display6 and Display7.
25
 
26
bind Display5 RETURN
27
bind Display3 LNUP
28
bind Display4 LNDN
29
bind Display6 FWINLT
30
bind Display7 FWINRT
31
 
32
bind Display1 TOP_LEFT
33
bind Display2 BOT_LEFT
34
 
35
bind Display5+Display3 PRDIFLN
36
bind Display5+Display4 NXDIFLN
37
bind Display5+Display6 ATTRUP
38
bind Display5+Display7 ATTRDN
39
 
40
bind Display2+Display5 FREEZE
41
bind Display2+Display3 PRPROMPT
42
bind Display2+Display4 NXPROMPT
43
bind Display2+Display6 PRPGRPH
44
bind Display2+Display7 NXPGRPH
45
 
46
bind Display1+Display5 CSRTRK
47
bind Display1+Display3 DISPMD
48
bind Display1+Display4 SIXDOTS
49
bind Display1+Display6 ATTRVIS
50
bind Display1+Display7 CSRVIS
51
 
52
bind Display1+Display2+Display5 AUTOSPEAK
53
bind Display1+Display2+Display3 MUTE
54
bind Display1+Display2+Display4 SAY_LINE
55
bind Display1+Display2+Display6 SAY_ABOVE
56
bind Display1+Display2+Display7 SAY_BELOW
57
 
58
bind Display1+Display2 HELP
59
bind Display3+Display4 LEARN
60
bind Display6+Display7 PREFMENU
61
bind Display3+Display6 PREFLOAD
62
bind Display4+Display7 PREFSAVE
63
 
64
bind Display5+Display3+Display6 CSRJMP_VERT
65
bind Display5+Display4+Display7 PASTE
66