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