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 command keys.
20
note The command keys are in the middle, just behind the cursor routing keys,
21
note and, from left to right, are named Command1 through Command7.
22
 
23
map Command4 SPACE
24
map Command3 DOT1
25
map Command2 DOT2
26
map Command1 DOT3
27
map Command5 DOT4
28
map Command6 DOT5
29
map Command7 DOT6
30
 
31
bind Command4+Command5 KEY_ENTER
32
bind Command4+Command2 KEY_BACKSPACE
33
bind Command4+Command6 KEY_TAB
34
bind Command4+Command1 KEY_CURSOR_LEFT
35
bind Command4+Command7 KEY_CURSOR_RIGHT
36