Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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 \{kpSpeak}+!\{kpTwo} SPEAK_CURR_CHAR
20
bind \{kpSpeak}+\{kpAlt}+!\{kpTwo} DESC_CURR_CHAR
21
bind \{kpSpeak}+!\{kpOne} SPEAK_PREV_CHAR
22
bind \{kpSpeak}+\{kpAlt}+!\{kpOne} SPEAK_FRST_CHAR
23
bind \{kpSpeak}+!\{kpThree} SPEAK_NEXT_CHAR
24
bind \{kpSpeak}+\{kpAlt}+!\{kpThree} SPEAK_LAST_CHAR
25
 
26
bind \{kpSpeak}+!\{kpFive} SPEAK_CURR_WORD
27
bind \{kpSpeak}+\{kpAlt}+!\{kpFive} SPELL_CURR_WORD
28
bind \{kpSpeak}+!\{kpFour} SPEAK_PREV_WORD
29
bind \{kpSpeak}+!\{kpSix} SPEAK_NEXT_WORD
30
 
31
bind \{kpSpeak}+!\{kpEight} SPEAK_CURR_LINE
32
bind \{kpSpeak}+!\{kpSeven} SPEAK_PREV_LINE
33
bind \{kpSpeak}+\{kpAlt}+!\{kpSeven} SPEAK_FRST_LINE
34
bind \{kpSpeak}+!\{kpNine} SPEAK_NEXT_LINE
35
bind \{kpSpeak}+\{kpAlt}+!\{kpNine} SPEAK_LAST_LINE
36
 
37
bind \{kpSpeak}+!\{kpDivide} SPEAK_CURR_LOCN
38
bind \{kpSpeak}+\{kpAlt}+!\{kpDivide} SHOW_CURR_LOCN
39
bind \{kpSpeak}+!\{kpMultiply} ROUTE_CURR_LOCN
40