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 routing keys and 6 display keys.
20
 
21
include routing.kti
22
 
23
bind Display1+RoutingKey CLIP_NEW
24
bind Display2+RoutingKey CLIP_ADD
25
bind Display4+RoutingKey COPY_LINE
26
bind Display5+RoutingKey COPY_RECT
27
bind RoutingKey+!RoutingKey CLIP_COPY
28
bind Display2+RoutingKey+!RoutingKey CLIP_APPEND
29
 
30
bind Display3+RoutingKey DESCCHAR
31
bind Display6+RoutingKey SETLEFT
32
 
33
bind Display2+Display1+RoutingKey PRINDENT
34
bind Display2+Display3+RoutingKey NXINDENT
35
 
36
bind Display5+Display4+RoutingKey PRDIFCHAR
37
bind Display5+Display6+RoutingKey NXDIFCHAR
38
 
39
bind Display1+Display3+RoutingKey SETMARK
40
bind Display4+Display6+RoutingKey GOTOMARK
41
 
42
bind Display4+Display5+Display6+RoutingKey SWITCHVT
43