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
note B9 and B10 are the keys immediately to the left and right of the joystick.
20
note * If either or both are used in a combination that includes at least
21
note * one of the Dot1-6 keys while the device is in 8-dot braille mode
22
note * then they become the Dot7 and Dot8 keys.
23
note B11 is the key between the Dot1 and Dot4 keys.
24
 
25
bind B9 KEY_BACKSPACE
26
bind B10 KEY_ENTER
27
 
28
assign space B11
29
include keyboard.kti
30
bind B9+RoutingKey SETLEFT
31
bind B10+RoutingKey SWITCHVT
32
 
33
bind B11+Up TOP
34
bind B11+Down BOT
35
bind B11+Left FWINLTSKIP
36
bind B11+Right FWINRTSKIP
37
bind B11+Press PASTE
38