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 Braille Star
|
|
|
20 |
|
|
|
21 |
bind RoutingKey ROUTE
|
|
|
22 |
bind RoutingKey+!RoutingKey CLIP_COPY
|
|
|
23 |
|
|
|
24 |
bind SpaceLeft+RoutingKey PRINDENT
|
|
|
25 |
bind SpaceRight+RoutingKey NXINDENT
|
|
|
26 |
|
|
|
27 |
bind SpaceLeft FWINLT
|
|
|
28 |
bind SpaceRight FWINRT
|
|
|
29 |
bind SpaceLeft+SpaceRight PASTE
|
|
|
30 |
|
|
|
31 |
bind B1+SpaceLeft LNBEG
|
|
|
32 |
bind B1+SpaceRight LNEND
|
|
|
33 |
bind B2+SpaceLeft TOP
|
|
|
34 |
bind B2+SpaceRight BOT
|
|
|
35 |
bind B3+SpaceLeft HWINLT
|
|
|
36 |
bind B3+SpaceRight HWINRT
|
|
|
37 |
bind B6+SpaceLeft CHRLT
|
|
|
38 |
bind B6+SpaceRight CHRRT
|
|
|
39 |
bind B2+B3+SpaceLeft MUTE
|
|
|
40 |
bind B2+B3+SpaceRight SAY_LINE
|
|
|
41 |
|
|
|
42 |
include dots.kti
|
|
|
43 |
include rockers.kti
|
|
|
44 |
|
|
|
45 |
assign brailleOn B1+B8+SpaceRight
|
|
|
46 |
assign brailleOff B1+B8+SpaceLeft
|
|
|
47 |
assign space SpaceLeft
|
|
|
48 |
assign enter SpaceRight
|
|
|
49 |
include input.kti
|