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 HandyTech Easy Braille
|
|
|
20 |
|
|
|
21 |
bind Left FWINLT
|
|
|
22 |
bind Right FWINRT
|
|
|
23 |
|
|
|
24 |
bind RoutingKey ROUTE
|
|
|
25 |
bind RoutingKey+!RoutingKey CLIP_COPY
|
|
|
26 |
|
|
|
27 |
bind Left+RoutingKey PRINDENT
|
|
|
28 |
bind Right+RoutingKey NXINDENT
|
|
|
29 |
|
|
|
30 |
bind Left+Right PASTE
|
|
|
31 |
|
|
|
32 |
bind B1+Left LNBEG
|
|
|
33 |
bind B1+Right LNEND
|
|
|
34 |
bind B2+Left TOP
|
|
|
35 |
bind B2+Right BOT
|
|
|
36 |
bind B3+Left HWINLT
|
|
|
37 |
bind B3+Right HWINRT
|
|
|
38 |
bind B6+Left CHRLT
|
|
|
39 |
bind B6+Right CHRRT
|
|
|
40 |
bind B2+B3+Left MUTE
|
|
|
41 |
bind B2+B3+Right SAY_LINE
|
|
|
42 |
|
|
|
43 |
include dots.kti
|