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 EuroBraille Esytime
|
|
|
20 |
|
|
|
21 |
include common.kti
|
|
|
22 |
|
|
|
23 |
note The four keys below the left joystick, from top to bottom, are:
|
|
|
24 |
note * L1, Escape, Tab, Shift.
|
|
|
25 |
note The four keys below the right joystick, from top to bottom, are:
|
|
|
26 |
note * L8, Insert, Alt, Control.
|
|
|
27 |
note Some key combinations have been reserved for internal use:
|
|
|
28 |
note + LeftJoystickDown: the Alt key
|
|
|
29 |
note + LeftJoystickPress: the Alt key pressed twice in a row
|
|
|
30 |
note + LeftJoystickDown + RightJoystick(Right/Left): enable/disable braille functions
|
|
|
31 |
note + LeftJoystickDown + RightJoystick(Up/Down): switch to internal/external (Esytime/PC) USB interface
|
|
|
32 |
note + LeftJoystickDown + L1 + Escape: switch to single-hand braille keyboard 1
|
|
|
33 |
note + LeftJoystickDown + Shift + Tab: switch to single-hand braille keyboard 2
|
|
|
34 |
note + LeftJoystickDown + Insert + L8: switch to standard (two-hand) braille keyboard
|
|
|
35 |
note + RightJoystickPress: the Enter key
|
|
|
36 |
note + RightJoystick(left/right/up/down): the Arrow Left/Right/Up/Down key
|
|
|
37 |
|
|
|
38 |
bind L1+L8 HOME
|
|
|
39 |
bind LeftJoystickPress+RightJoystickPress BACK
|
|
|
40 |
|
|
|
41 |
bind L1 FWINLT
|
|
|
42 |
bind L8 FWINRT
|
|
|
43 |
|
|
|
44 |
bind LeftJoystickLeft LNUP
|
|
|
45 |
bind LeftJoystickRight LNDN
|
|
|
46 |
bind LeftJoystickUp CSRTRK
|
|
|
47 |
bind LeftJoystickDown NOOP # internal: the Alt key
|
|
|
48 |
bind LeftJoystickPress NOOP # internal: the Alt key pressed twice in a row
|
|
|
49 |
|
|
|
50 |
bind RightJoystickLeft NOOP # internal: the Arrow Left key
|
|
|
51 |
bind RightJoystickRight NOOP # internal: the Arrow Right key
|
|
|
52 |
bind RightJoystickUp NOOP # internal: the Arrow Up key
|
|
|
53 |
bind RightJoystickDown NOOP # internal: the Arrow Down key
|
|
|
54 |
bind RightJoystickPress NOOP # internal: the Enter key
|
|
|
55 |
|
|
|
56 |
bind LeftJoystickLeft+RightJoystickPress TOP
|
|
|
57 |
bind LeftJoystickLeft+RightJoystickLeft PRPROMPT
|
|
|
58 |
bind LeftJoystickLeft+RightJoystickRight PRPGRPH
|
|
|
59 |
bind LeftJoystickLeft+RightJoystickUp PRDIFLN
|
|
|
60 |
bind LeftJoystickLeft+RightJoystickDown ATTRUP
|
|
|
61 |
|
|
|
62 |
bind LeftJoystickRight+RightJoystickPress BOT
|
|
|
63 |
bind LeftJoystickRight+RightJoystickLeft NXPROMPT
|
|
|
64 |
bind LeftJoystickRight+RightJoystickRight NXPGRPH
|
|
|
65 |
bind LeftJoystickRight+RightJoystickUp NXDIFLN
|
|
|
66 |
bind LeftJoystickRight+RightJoystickDown ATTRDN
|
|
|
67 |
|
|
|
68 |
bind LeftJoystickUp+RightJoystickPress DISPMD
|
|
|
69 |
bind LeftJoystickUp+RightJoystickLeft CSRVIS
|
|
|
70 |
bind LeftJoystickUp+RightJoystickRight ATTRVIS
|
|
|
71 |
bind LeftJoystickUp+RightJoystickUp SIXDOTS+on
|
|
|
72 |
bind LeftJoystickUp+RightJoystickDown SIXDOTS+off
|
|
|
73 |
|
|
|
74 |
bind LeftJoystickDown+RightJoystickPress INFO
|
|
|
75 |
bind LeftJoystickDown+RightJoystickLeft NOOP # internal: disable braille functions
|
|
|
76 |
bind LeftJoystickDown+RightJoystickRight NOOP # internal: enable braille functions
|
|
|
77 |
bind LeftJoystickDown+RightJoystickUp NOOP # internal: switch to internal (Esytime) USB interface
|
|
|
78 |
bind LeftJoystickDown+RightJoystickDown NOOP # internal: switch to external (PC) USB interface
|
|
|
79 |
|
|
|
80 |
bind LeftJoystickPress+RightJoystickLeft NOOP
|
|
|
81 |
bind LeftJoystickPress+RightJoystickRight NOOP
|
|
|
82 |
bind LeftJoystickPress+RightJoystickUp NOOP
|
|
|
83 |
bind LeftJoystickPress+RightJoystickDown NOOP
|
|
|
84 |
|
|
|
85 |
bind LeftJoystickPress+RoutingKey1 SETLEFT
|
|
|
86 |
bind LeftJoystickLeft+RoutingKey1 PRDIFCHAR
|
|
|
87 |
bind LeftJoystickRight+RoutingKey1 NXDIFCHAR
|
|
|
88 |
bind LeftJoystickUp+RoutingKey1 PRINDENT
|
|
|
89 |
bind LeftJoystickDown+RoutingKey1 NXINDENT
|
|
|
90 |
|
|
|
91 |
bind RightJoystickPress+RoutingKey1 DESCCHAR
|
|
|
92 |
bind RightJoystickLeft+RoutingKey1 CLIP_NEW
|
|
|
93 |
bind RightJoystickUp+RoutingKey1 CLIP_ADD
|
|
|
94 |
bind RightJoystickRight+RoutingKey1 COPY_LINE
|
|
|
95 |
bind RightJoystickDown+RoutingKey1 COPY_RECT
|
|
|
96 |
|
|
|
97 |
bind L1+LeftJoystickPress TIME
|
|
|
98 |
bind L1+LeftJoystickLeft CHRLT
|
|
|
99 |
bind L1+LeftJoystickRight CHRRT
|
|
|
100 |
bind L1+LeftJoystickUp PRSEARCH
|
|
|
101 |
bind L1+LeftJoystickDown NXSEARCH
|
|
|
102 |
|
|
|
103 |
bind L8+LeftJoystickPress CSRJMP_VERT
|
|
|
104 |
bind L8+LeftJoystickLeft FWINLTSKIP
|
|
|
105 |
bind L8+LeftJoystickRight FWINRTSKIP
|
|
|
106 |
bind L8+LeftJoystickUp LNBEG
|
|
|
107 |
bind L8+LeftJoystickDown LNEND
|
|
|
108 |
|
|
|
109 |
bind L1+RightJoystickPress PREFMENU
|
|
|
110 |
bind L1+RightJoystickLeft PREFLOAD
|
|
|
111 |
bind L1+RightJoystickRight PREFSAVE
|
|
|
112 |
bind L1+RightJoystickUp HELP
|
|
|
113 |
bind L1+RightJoystickDown LEARN
|
|
|
114 |
|
|
|
115 |
bind L8+RightJoystickPress PASTE
|
|
|
116 |
bind L8+RightJoystickLeft CLIP_RESTORE
|
|
|
117 |
bind L8+RightJoystickRight CLIP_SAVE
|
|
|
118 |
bind L8+RightJoystickUp FREEZE
|
|
|
119 |
bind L8+RightJoystickDown AUTOREPEAT
|
|
|
120 |
|
|
|
121 |
context menu
|
|
|
122 |
bind L8+RightJoystickUp MENU_PREV_ITEM
|
|
|
123 |
bind L8+RightJoystickDown MENU_NEXT_ITEM
|
|
|
124 |
bind L8+RightJoystickLeft MENU_PREV_SETTING
|
|
|
125 |
bind L8+RightJoystickRight MENU_NEXT_SETTING
|
|
|
126 |
bind L8+RightJoystickPress MENU_PREV_LEVEL
|