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 |
note Function Key Bindings
|
|
|
20 |
note + Function-b: skip blank windows on/off
|
|
|
21 |
note + Function-c: cursor show/hide
|
|
|
22 |
note + Function-d: display mode attributes/text
|
|
|
23 |
note + Function-f: screen image frozen/unfrozen
|
|
|
24 |
note + Function-h: help screen enter/leave
|
|
|
25 |
note + Function-i: skip identical lines on/off
|
|
|
26 |
note + Function-l: learn mode enter/leave
|
|
|
27 |
note + Function-p: preferences menu enter/leave
|
|
|
28 |
note + Function-s: status line enter/leave
|
|
|
29 |
note + Function-t: cursor tracking on/off
|
|
|
30 |
note + Function-u: highlight underline on/off
|
|
|
31 |
note + Function-v: bring cursor to current line
|
|
|
32 |
note + Function-w: sliding window on/off
|
|
|
33 |
|
|
|
34 |
hide on
|
|
|
35 |
assign function F2+Space
|
|
|
36 |
bind \{function}+Dot1+Dot2 SKPBLNKWINS
|
|
|
37 |
bind \{function}+Dot1+Dot4 CSRVIS
|
|
|
38 |
bind \{function}+Dot1+Dot4+Dot5 DISPMD
|
|
|
39 |
bind \{function}+Dot1+Dot2+Dot4 FREEZE
|
|
|
40 |
bind \{function}+Dot1+Dot2+Dot5 HELP
|
|
|
41 |
bind \{function}+Dot2+Dot4 SKPIDLNS
|
|
|
42 |
bind \{function}+Dot1+Dot2+Dot3 LEARN
|
|
|
43 |
bind \{function}+Dot1+Dot2+Dot3+Dot4 PREFMENU
|
|
|
44 |
bind \{function}+Dot2+Dot3+Dot4 INFO
|
|
|
45 |
bind \{function}+Dot2+Dot3+Dot4+Dot5 CSRTRK
|
|
|
46 |
bind \{function}+Dot1+Dot3+Dot6 ATTRVIS
|
|
|
47 |
bind \{function}+Dot1+Dot2+Dot3+Dot6 CSRJMP_VERT
|
|
|
48 |
bind \{function}+Dot2+Dot4+Dot5+Dot6 SLIDEWIN
|
|
|
49 |
hide off
|