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 |
bind \{kpSay}+!\{kpFive} SAY_LINE
|
|
|
20 |
bind \{kpSay}+!\{kpEight} SAY_ABOVE
|
|
|
21 |
bind \{kpSay}+!\{kpTwo} SAY_BELOW
|
|
|
22 |
bind \{kpSay}+!\{kpFour} MUTE
|
|
|
23 |
bind \{kpSay}+!\{kpSix} AUTOSPEAK
|
|
|
24 |
bind \{kpSay}+!\{kpSeven} SAY_SLOWER
|
|
|
25 |
bind \{kpSay}+!\{kpNine} SAY_FASTER
|
|
|
26 |
bind \{kpSay}+!\{kpOne} SAY_SOFTER
|
|
|
27 |
bind \{kpSay}+!\{kpThree} SAY_LOUDER
|
|
|
28 |
bind \{kpSay}+!\{kpMultiply} SPKHOME
|
|
|
29 |
|
|
|
30 |
bind \{kpSay}+\{kpAlt}+!\{kpOne} ASPK_DEL_CHARS
|
|
|
31 |
bind \{kpSay}+\{kpAlt}+!\{kpTwo} ASPK_REP_CHARS
|
|
|
32 |
bind \{kpSay}+\{kpAlt}+!\{kpThree} ASPK_INS_CHARS
|
|
|
33 |
bind \{kpSay}+\{kpAlt}+!\{kpFour} ASPK_SEL_CHAR
|
|
|
34 |
bind \{kpSay}+\{kpAlt}+!\{kpFive} ASPK_SEL_LINE
|
|
|
35 |
bind \{kpSay}+\{kpAlt}+!\{kpSix} ASPK_CMP_WORDS
|
|
|
36 |
|