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 LeftUp TOP
|
|
|
24 |
bind LeftDown BOT
|
|
|
25 |
|
|
|
26 |
bind RightUp LNUP
|
|
|
27 |
bind RightDown LNDN
|
|
|
28 |
|
|
|
29 |
bind LeftSelect FWINLT
|
|
|
30 |
bind RightSelect FWINRT
|
|
|
31 |
|
|
|
32 |
bind LeftSelect+LeftUp+LeftDown BACK
|
|
|
33 |
bind RightSelect+RightUp+RightDown HOME
|
|
|
34 |
|
|
|
35 |
bind !RoutingKey ROUTE
|
|
|
36 |
|
|
|
37 |
bind LeftUp+!RoutingKey CLIP_NEW
|
|
|
38 |
bind LeftSelect+!RoutingKey CLIP_APPEND
|
|
|
39 |
bind RightUp+!RoutingKey COPY_LINE
|
|
|
40 |
bind RightSelect+!RoutingKey COPY_RECT
|
|
|
41 |
|
|
|
42 |
bind LeftDown+!RoutingKey SETLEFT
|
|
|
43 |
bind RightDown+!RoutingKey DESCCHAR
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
#################
|
|
|
47 |
# Menu Bindings #
|
|
|
48 |
#################
|
|
|
49 |
|
|
|
50 |
context menu
|
|
|
51 |
|
|
|
52 |
bind LeftUp MENU_FIRST_ITEM
|
|
|
53 |
bind LeftDown MENU_LAST_ITEM
|
|
|
54 |
|
|
|
55 |
bind RightUp MENU_PREV_ITEM
|
|
|
56 |
bind RightDown MENU_NEXT_ITEM
|
|
|
57 |
|
|
|
58 |
bind LeftSelect MENU_PREV_SETTING
|
|
|
59 |
bind RightSelect MENU_NEXT_SETTING
|
|
|
60 |
|
|
|
61 |
bind LeftSelect+LeftUp+LeftDown PREFMENU
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
context default
|