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 |
title HandyTech Bookworm
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
####################
|
|
|
23 |
# Default Bindings #
|
|
|
24 |
####################
|
|
|
25 |
|
|
|
26 |
bind Backward FWINLT
|
|
|
27 |
bind Forward FWINRT
|
|
|
28 |
bind Escape CSRTRK
|
|
|
29 |
bind Escape+Backward BACK
|
|
|
30 |
bind Escape+Forward DISPMD
|
|
|
31 |
bind Enter ROUTE
|
|
|
32 |
bind Enter+Backward LNUP
|
|
|
33 |
bind Enter+Forward LNDN
|
|
|
34 |
bind Escape+Enter PREFMENU
|
|
|
35 |
bind Escape+Enter+Backward LNBEG
|
|
|
36 |
bind Escape+Enter+Forward LNEND
|
|
|
37 |
bind Backward+Forward HELP
|
|
|
38 |
bind Backward+Forward+Escape CSRSIZE
|
|
|
39 |
bind Backward+Forward+Enter FREEZE
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
#################
|
|
|
43 |
# Menu Bindings #
|
|
|
44 |
#################
|
|
|
45 |
|
|
|
46 |
context menu
|
|
|
47 |
|
|
|
48 |
bind Backward FWINLT
|
|
|
49 |
bind Forward FWINRT
|
|
|
50 |
bind Escape PREFLOAD
|
|
|
51 |
bind Escape+Backward MENU_PREV_SETTING
|
|
|
52 |
bind Escape+Forward MENU_NEXT_SETTING
|
|
|
53 |
bind Enter PREFMENU
|
|
|
54 |
bind Enter+Backward MENU_PREV_ITEM
|
|
|
55 |
bind Enter+Forward MENU_NEXT_ITEM
|
|
|
56 |
bind Escape+Enter PREFSAVE
|
|
|
57 |
bind Escape+Enter+Backward MENU_FIRST_ITEM
|
|
|
58 |
bind Escape+Enter+Forward MENU_LAST_ITEM
|
|
|
59 |
bind Backward+Forward NOOP
|
|
|
60 |
bind Backward+Forward+Escape NOOP
|
|
|
61 |
bind Backward+Forward+Enter NOOP
|