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
title Hedo MobilLine
20
 
21
note The keys behind the text cells are named routing keys.
22
note The rectangular navigation keys are named K1 through K3.
23
note The square navigation keys are named B1 through B6.
24
note From left to right, the navigation keys are: B3 B2 B1 K1 K2 K3 B4 B5 B6
25
 
26
bind K2+K1 HELP
27
bind K2+K3 LEARN
28
 
29
bind K1+K3 PREFMENU
30
bind K1+K3+B1 PREFLOAD
31
bind K1+K3+B4 PREFSAVE
32
 
33
bind K2 HOME
34
bind K1 FWINLT
35
bind K3 FWINRT
36
 
37
bind B3 TOP
38
bind B6 BOT
39
 
40
bind B2 LNUP
41
bind B5 LNDN
42
 
43
bind B1 PRDIFLN
44
bind B4 NXDIFLN
45
 
46
bind B1+B3 ATTRUP
47
bind B4+B6 ATTRDN
48
 
49
bind B1+B2 PRPGRPH
50
bind B4+B5 NXPGRPH
51
 
52
bind B2+B3 PRPROMPT
53
bind B5+B6 NXPROMPT
54
 
55
bind B1+B2+B3 PRSEARCH
56
bind B4+B5+B6 NXSEARCH
57
 
58
bind B1+K1 CHRLT
59
bind B1+K3 CHRRT
60
 
61
bind B2+K1 FWINLTSKIP
62
bind B2+K3 FWINRTSKIP
63
 
64
bind B3+K1 LNBEG
65
bind B3+K3 LNEND
66
 
67
bind B4+K1 PASTE
68
bind B4+K3 CSRJMP_VERT
69
 
70
bind B5+K1 TIME
71
bind B5+K3 INFO
72
 
73
bind B6+K1 CLIP_RESTORE
74
bind B6+K3 CLIP_SAVE
75
 
76
assign toggleOff K1
77
assign toggleOn K3
78
 
79
assign toggleKeys B1+K2
80
assign toggleCommand SIXDOTS
81
include ../toggle.kti
82
 
83
assign toggleKeys B2+K2
84
assign toggleCommand CSRTRK
85
include ../toggle.kti
86
 
87
assign toggleKeys B3+K2
88
assign toggleCommand DISPMD
89
include ../toggle.kti
90
 
91
assign toggleKeys B4+K2
92
assign toggleCommand FREEZE
93
include ../toggle.kti
94
 
95
assign toggleKeys B5+K2
96
assign toggleCommand CSRVIS
97
include ../toggle.kti
98
 
99
assign toggleKeys B6+K2
100
assign toggleCommand ATTRVIS
101
include ../toggle.kti
102
 
103
bind RoutingKey ROUTE
104
 
105
bind B3+RoutingKey CLIP_NEW
106
bind B2+RoutingKey CLIP_ADD
107
bind B5+RoutingKey COPY_RECT
108
bind B6+RoutingKey COPY_LINE
109
 
110
bind B1+RoutingKey PRINDENT
111
bind B4+RoutingKey NXINDENT
112
 
113
bind K1+RoutingKey SETLEFT
114
bind K2+RoutingKey DESCCHAR
115