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 Papenmeier displays which have 9 front keys.
20
 
21
bind !Home HOME
22
bind !Up WINUP
23
bind !Down WINDN
24
bind !Backward LNUP
25
bind !Forward LNDN
26
bind Cursor HWINLT
27
bind Braille HWINRT
28
bind Function FWINLT
29
bind Attribute FWINRT
30
 
31
bind Function+!Home LNBEG
32
bind Attribute+!Home LNEND
33
bind Cursor+!Home CHRLT
34
bind Braille+!Home CHRRT
35
 
36
bind Function+!Up PRDIFLN
37
bind Attribute+!Up ATTRUP
38
bind Cursor+!Up PRPGRPH
39
bind Braille+!Up PRSEARCH
40
bind Function+!Down NXDIFLN
41
bind Attribute+!Down ATTRDN
42
bind Cursor+!Down NXPGRPH
43
bind Braille+!Down NXSEARCH
44
 
45
bind Function+!Backward TOP_LEFT
46
bind Attribute+!Backward TOP
47
bind Function+!Forward BOT_LEFT
48
bind Attribute+!Forward BOT
49
 
50
bind Function+!RoutingKey1 CLIP_NEW
51
bind Attribute+!RoutingKey1 COPY_RECT
52
bind Cursor+!RoutingKey1 PRINDENT
53
bind Braille+!RoutingKey1 NXINDENT
54
 
55
bind Function+Attribute PASTE
56
 
57
include routing.kti
58
 
59
assign toggleOff Function
60
assign toggleOn Attribute
61
include status\{statusKeys}.kti