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