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 |
context braille Braille Input Mode
|
|
|
20 |
map B4 DOT1
|
|
|
21 |
map B3 DOT2
|
|
|
22 |
map B2 DOT3
|
|
|
23 |
map B5 DOT4
|
|
|
24 |
map B6 DOT5
|
|
|
25 |
map B7 DOT6
|
|
|
26 |
map B1 DOT7
|
|
|
27 |
map B8 DOT8
|
|
|
28 |
bind \{space} PASSDOTS
|
|
|
29 |
bind \{enter} KEY_ENTER
|
|
|
30 |
bind \{space}+B1 KEY_BACKSPACE
|
|
|
31 |
map \{space} CONTROL
|
|
|
32 |
map \{enter} META
|
|
|
33 |
bind \{brailleOff} CONTEXT+default
|
|
|
34 |
|
|
|
35 |
context default
|
|
|
36 |
bind \{brailleOn} CONTEXT+braille
|
|
|
37 |
bind \{brailleOff} CONTEXT+default
|