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 |
####################
|
|
|
20 |
# Default Bindings #
|
|
|
21 |
####################
|
|
|
22 |
|
|
|
23 |
bind Up LNUP
|
|
|
24 |
bind Down LNDN
|
|
|
25 |
|
|
|
26 |
bind Select FWINRT
|
|
|
27 |
bind Up+Down FWINRT
|
|
|
28 |
|
|
|
29 |
bind Select+Up TOP
|
|
|
30 |
bind Select+Down BOT
|
|
|
31 |
|
|
|
32 |
bind Select+Up+Down RETURN
|
|
|
33 |
|
|
|
34 |
bind !RoutingKey ROUTE
|
|
|
35 |
bind Select+!RoutingKey.1 HELP
|
|
|
36 |
bind Select+!RoutingKey.2 LEARN
|
|
|
37 |
bind Select+!RoutingKey.3 PREFMENU
|
|
|
38 |
bind Select+!RoutingKey.4 INFO
|
|
|
39 |
|
|
|
40 |
bind Up+!RoutingKey CLIP_NEW
|
|
|
41 |
bind Up+Select+!RoutingKey CLIP_APPEND
|
|
|
42 |
bind Down+!RoutingKey COPY_LINE
|
|
|
43 |
bind Down+Select+!RoutingKey COPY_RECT
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
#################
|
|
|
47 |
# Menu Bindings #
|
|
|
48 |
#################
|
|
|
49 |
|
|
|
50 |
context menu
|
|
|
51 |
|
|
|
52 |
bind Up MENU_PREV_ITEM
|
|
|
53 |
bind Down MENU_NEXT_ITEM
|
|
|
54 |
|
|
|
55 |
bind Select+Up MENU_FIRST_ITEM
|
|
|
56 |
bind Select+Down MENU_LAST_ITEM
|
|
|
57 |
|
|
|
58 |
bind Select MENU_NEXT_SETTING
|
|
|
59 |
bind Up+Down MENU_PREV_SETTING
|
|
|
60 |
|
|
|
61 |
bind Select+Up+Down PREFMENU
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
context default
|