blob: 989d51da1d1341028f3a2147b614187b7ee9e8f5 [file] [log] [blame]
jacquelinecchuang617fd262024-04-19 03:11:14 +08001###############################################################################
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-2023 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.app/
15#
16# This software is maintained by Dave Mielke <dave@mielke.cc>.
17###############################################################################
18
19bind \{kpSay}+!\{kpFive} SAY_LINE
20bind \{kpSay}+!\{kpEight} SAY_ABOVE
21bind \{kpSay}+!\{kpTwo} SAY_BELOW
22bind \{kpSay}+!\{kpFour} MUTE
23bind \{kpSay}+!\{kpSix} AUTOSPEAK
24bind \{kpSay}+!\{kpSeven} SAY_SLOWER
25bind \{kpSay}+!\{kpNine} SAY_FASTER
26bind \{kpSay}+!\{kpOne} SAY_SOFTER
27bind \{kpSay}+!\{kpThree} SAY_LOUDER
28bind \{kpSay}+!\{kpDivide} SPKHOME
29
30bind \{kpSay}+\{kpAlt}+!\{kpOne} ASPK_DEL_CHARS
31bind \{kpSay}+\{kpAlt}+!\{kpTwo} ASPK_REP_CHARS
32bind \{kpSay}+\{kpAlt}+!\{kpThree} ASPK_INS_CHARS
33bind \{kpSay}+\{kpAlt}+!\{kpFour} ASPK_SEL_CHAR
34bind \{kpSay}+\{kpAlt}+!\{kpFive} ASPK_SEL_LINE
35bind \{kpSay}+\{kpAlt}+!\{kpSix} ASPK_CMP_WORDS
36