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
bind RoutingKey ROUTE
20
bind RoutingKey+RoutingKey CLIP_COPY
21
 
22
bind RoutingKey.1+RoutingKey.\{routingRight1} HELP
23
bind RoutingKey.1+RoutingKey.2+RoutingKey.\{routingRight2}+RoutingKey.\{routingRight1} LEARN
24
 
25
bind RoutingKey.1+RoutingKey.2 CHRLT
26
bind RoutingKey.\{routingRight2}+RoutingKey.\{routingRight1} CHRRT
27
 
28
bind RoutingKey.1+RoutingKey.3 HWINLT
29
bind RoutingKey.\{routingRight3}+RoutingKey.\{routingRight1} HWINRT
30
 
31
bind RoutingKey.2+RoutingKey.3 PASTE
32
 
33
bind RoutingKey+\{keyRoutingUp} PRINDENT
34
bind RoutingKey+\{keyRoutingDown} NXINDENT
35
 
36
bind RoutingKey.1+RoutingKey.2+\{keyRoutingUp} PRPGRPH
37
bind RoutingKey.1+RoutingKey.2+\{keyRoutingDown} NXPGRPH
38
 
39
bind RoutingKey.1+RoutingKey.3+\{keyRoutingUp} PRSEARCH
40
bind RoutingKey.1+RoutingKey.3+\{keyRoutingDown} NXSEARCH
41
 
42
bind RoutingKey.2+RoutingKey.3+\{keyRoutingUp} PRPROMPT
43
bind RoutingKey.2+RoutingKey.3+\{keyRoutingDown} NXPROMPT
44