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 |
# Key subtable for HandyTech rocker keys
|
|
|
20 |
|
|
|
21 |
bind LeftRockerTop KEY_CURSOR_UP
|
|
|
22 |
bind LeftRockerBottom KEY_CURSOR_DOWN
|
|
|
23 |
bind RightRockerTop LNUP
|
|
|
24 |
bind RightRockerBottom LNDN
|
|
|
25 |
bind LeftRockerTop+LeftRockerBottom FWINLT
|
|
|
26 |
bind RightRockerTop+RightRockerBottom FWINRT
|
|
|
27 |
bind LeftRockerTop+LeftRockerBottom+RightRockerTop+RightRockerBottom HOME
|
|
|
28 |
bind LeftRockerTop+LeftRockerBottom+B3 HOME
|
|
|
29 |
bind RightRockerTop+RightRockerBottom+B6 HOME
|
|
|
30 |
bind RightRockerTop+RightRockerBottom+LeftRockerTop TOP_LEFT
|
|
|
31 |
bind RightRockerTop+RightRockerBottom+B5 TOP_LEFT
|
|
|
32 |
bind LeftRockerTop+B3 TOP_LEFT
|
|
|
33 |
bind RightRockerTop+RightRockerBottom+LeftRockerBottom BOT_LEFT
|
|
|
34 |
bind RightRockerTop+RightRockerBottom+B7 BOT_LEFT
|
|
|
35 |
bind LeftRockerBottom+B3 BOT_LEFT
|
|
|
36 |
bind LeftRockerTop+LeftRockerBottom+RightRockerTop TOP
|
|
|
37 |
bind LeftRockerTop+LeftRockerBottom+B4 TOP
|
|
|
38 |
bind RightRockerTop+B6 TOP
|
|
|
39 |
bind LeftRockerTop+LeftRockerBottom+RightRockerBottom BOT
|
|
|
40 |
bind LeftRockerTop+LeftRockerBottom+B2 BOT
|
|
|
41 |
bind RightRockerBottom+B6 BOT
|
|
|
42 |
bind LeftRockerTop+RightRockerTop PRDIFLN
|
|
|
43 |
bind LeftRockerTop+B4 PRDIFLN
|
|
|
44 |
bind RightRockerTop+B5 PRDIFLN
|
|
|
45 |
bind LeftRockerTop+RightRockerBottom NXDIFLN
|
|
|
46 |
bind LeftRockerTop+B2 NXDIFLN
|
|
|
47 |
bind RightRockerBottom+B5 NXDIFLN
|
|
|
48 |
bind LeftRockerBottom+RightRockerTop ATTRUP
|
|
|
49 |
bind LeftRockerBottom+B4 ATTRUP
|
|
|
50 |
bind RightRockerTop+B7 ATTRUP
|
|
|
51 |
bind LeftRockerBottom+RightRockerBottom ATTRDN
|
|
|
52 |
bind LeftRockerBottom+B2 ATTRDN
|
|
|
53 |
bind RightRockerBottom+B7 ATTRDN
|
|
|
54 |
|
|
|
55 |
bind LeftRockerTop+RoutingKey CLIP_NEW
|
|
|
56 |
bind LeftRockerTop+LeftRockerBottom+RoutingKey KEY_FUNCTION
|
|
|
57 |
bind LeftRockerBottom+RoutingKey CLIP_ADD
|
|
|
58 |
bind RightRockerTop+RoutingKey COPY_LINE
|
|
|
59 |
bind RightRockerTop+RightRockerBottom+RoutingKey SWITCHVT
|
|
|
60 |
bind RightRockerBottom+RoutingKey COPY_RECT
|
|
|
61 |
|
|
|
62 |
|
|
|
63 |
context menu
|
|
|
64 |
bind RightRockerTop MENU_PREV_ITEM
|
|
|
65 |
bind RightRockerBottom MENU_NEXT_ITEM
|
|
|
66 |
bind LeftRockerTop MENU_PREV_SETTING
|
|
|
67 |
bind LeftRockerBottom MENU_NEXT_SETTING
|
|
|
68 |
|