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 Backward FWINLT
20
bind Forward FWINRT
21
bind Backward+Forward LNBEG
22
 
23
bind F1+Backward PRPROMPT
24
bind F1+Forward NXPROMPT
25
 
26
bind F2+Backward PRDIFLN
27
bind F2+Forward NXDIFLN
28
 
29
bind F3+Backward ATTRUP
30
bind F3+Forward ATTRDN
31
 
32
bind F4+Backward PRPGRPH
33
bind F4+Forward NXPGRPH
34
 
35
bind F1+F2+Backward TOP_LEFT
36
bind F1+F2+Forward BOT_LEFT
37
 
38
bind F3+F4+Backward CHRLT
39
bind F3+F4+Forward CHRRT
40