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
# Key subtable for HandyTech braille dot keys
20
 
21
bind B1 HOME
22
bind B2 TOP_LEFT
23
bind B3 BACK
24
bind B4 LNUP
25
bind B5 LNDN
26
bind B1+B4 PRPGRPH
27
bind B1+B5 NXPGRPH
28
bind B2+B4 PRPROMPT
29
bind B2+B5 NXPROMPT
30
bind B3+B4 PRSEARCH
31
bind B3+B5 NXSEARCH
32
bind B4+B5 LEARN
33
bind B6+B4 ATTRUP
34
bind B6+B5 ATTRDN
35
bind B7+B4 WINUP
36
bind B7+B5 WINDN
37
bind B8+B4 PRDIFLN
38
bind B8+B5 NXDIFLN
39
bind B8 HELP
40
bind B8+B1 CSRTRK
41
bind B8+B2 CSRVIS
42
bind B8+B3 ATTRVIS
43
bind B8+B6 FREEZE
44
bind B8+B7 TUNES
45
bind B7 SIXDOTS
46
bind B7+B1 PREFMENU
47
bind B7+B2 PREFLOAD
48
bind B7+B3 PREFSAVE
49
bind B7+B6 INFO
50
bind B6 DISPMD
51
bind B6+B1 SKPIDLNS
52
bind B6+B2 SKPBLNKWINS
53
bind B6+B3 SLIDEWIN
54
 
55
bind B2+B3+B5+B6 TIME
56
 
57
bind B1+RoutingKey SETLEFT
58
bind B2+RoutingKey DESCCHAR
59
bind B3+RoutingKey CLIP_ADD
60
bind B4+RoutingKey CLIP_NEW
61
bind B5+RoutingKey COPY_RECT
62
bind B6+RoutingKey COPY_LINE
63
bind B7+RoutingKey SETMARK
64
bind B8+RoutingKey GOTOMARK
65