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 keys.
20
 
21
ifVar keyEmulation
22
  note The left and right keys are emulated. Enter key emulation mode by
23
  note * pressing Thumb1 + Thumb2 (Left Windows + Right Windows). Then press:
24
  note + Left Key Rear: Left Thumb (Left Windows)
25
  note + Left Key Front: Space + Left Thumb (Context + Left Windows)
26
  note + Right Key Rear: Right Thumb (Right Windows)
27
  note + Right Key Front: Space + Right Thumb (Context + Right Windows)
28
else
29
  ifVar noRightKey
30
    note The rocker at the left side of the top that doesn't stay when pressed
31
    note * is named the Left Key.
32
  else
33
    note The rockers at each side of the top that don't stay when pressed
34
    note * are named the Left and Right Key.
35
  endIf
36
endIf
37
 
38
bind LeftKeyRear BACK
39
bind LeftKeyFront HOME
40
 
41
bind LeftKeyRear+BarLeft1 DISPMD
42
bind LeftKeyRear+BarRight1 CSRTRK
43
bind LeftKeyRear+BarUp1 SIXDOTS
44
bind LeftKeyRear+BarDown1 PASTE
45
 
46
bind LeftKeyRear+BarLeft2 ATTRVIS
47
bind LeftKeyRear+BarRight2 CSRVIS
48
bind LeftKeyRear+BarUp2 CAPBLINK
49
bind LeftKeyRear+BarDown2 CSRJMP_VERT
50
 
51
hide on
52
bind LeftKeyRear+BarLeft1+BarLeft2 ATTRVIS
53
bind LeftKeyRear+BarRight1+BarRight2 CSRVIS
54
bind LeftKeyRear+BarUp1+BarUp2 CAPBLINK
55
bind LeftKeyRear+BarDown1+BarDown2 CSRJMP_VERT
56
hide off
57
 
58
bind LeftKeyFront+BarLeft1 INFO
59
bind LeftKeyFront+BarRight1 PREFMENU
60
bind LeftKeyFront+BarUp1 AUTOSPEAK
61
bind LeftKeyFront+BarDown1 AUTOREPEAT
62
 
63
bind LeftKeyFront+BarLeft2 PREFLOAD
64
bind LeftKeyFront+BarRight2 PREFSAVE
65
bind LeftKeyFront+BarUp2 RESTARTBRL
66
bind LeftKeyFront+BarDown2 FREEZE
67
 
68
hide on
69
bind LeftKeyFront+BarLeft1+BarLeft2 PREFLOAD
70
bind LeftKeyFront+BarRight1+BarRight2 PREFSAVE
71
bind LeftKeyFront+BarUp1+BarUp2 RESTARTBRL
72
bind LeftKeyFront+BarDown1+BarDown2 FREEZE
73
hide off
74
 
75
ifNotVar noRightKey
76
  bind RightKeyRear HELP
77
  bind RightKeyFront LEARN
78
 
79
  bind RightKeyRear+BarLeft1 MUTE
80
  bind RightKeyRear+BarRight1 SAY_LINE
81
  bind RightKeyRear+BarUp1 SAY_ABOVE
82
  bind RightKeyRear+BarDown1 SAY_BELOW
83
 
84
  bind RightKeyRear+BarLeft2 SAY_SLOWER
85
  bind RightKeyRear+BarRight2 SAY_FASTER
86
  bind RightKeyRear+BarUp2 SAY_LOUDER
87
  bind RightKeyRear+BarDown2 SAY_SOFTER
88
 
89
  hide on
90
  bind RightKeyRear+BarLeft1+BarLeft2 SAY_SLOWER
91
  bind RightKeyRear+BarRight1+BarRight2 SAY_FASTER
92
  bind RightKeyRear+BarUp1+BarUp2 SAY_LOUDER
93
  bind RightKeyRear+BarDown1+BarDown2 SAY_SOFTER
94
  hide off
95
 
96
  bind RightKeyFront+BarLeft1 SKPIDLNS
97
  bind RightKeyFront+BarRight1 SKPBLNKWINS
98
  bind RightKeyFront+BarUp1 SPKHOME
99
  bind RightKeyFront+BarDown1 TUNES
100
 
101
  bind RightKeyFront+BarUp2 RESTARTSPEECH
102
  bind RightKeyFront+BarRight2 SLIDEWIN
103
 
104
  hide on
105
  bind RightKeyFront+BarUp1+BarUp2 RESTARTSPEECH
106
  bind RightKeyFront+BarRight1+BarRight2 SLIDEWIN
107
  hide off
108
 
109
  bind LeftKeyRear+RoutingKey1 CLIP_NEW
110
  bind LeftKeyFront+RoutingKey1 CLIP_ADD
111
  bind RightKeyRear+RoutingKey1 COPY_LINE
112
  bind RightKeyFront+RoutingKey1 COPY_RECT
113
endIf
114