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
context braille Braille Input Mode
20
 
21
ignore Grave
22
ignore Minus
23
ignore Equals
24
ignore Backslash
25
 
26
ignore q
27
ignore w
28
ignore e
29
ignore r
30
ignore t
31
ignore y
32
ignore u
33
ignore i
34
ignore o
35
ignore p
36
ignore LeftBracket
37
ignore RightBracket
38
 
39
map a DOT7
40
map s DOT3
41
map d DOT2
42
map f DOT1
43
map g SPACE
44
map h SPACE
45
map j DOT4
46
map k DOT5
47
map l DOT6
48
map Semicolon DOT8
49
ignore Apostrophe
50
 
51
ignore z
52
ignore x
53
ignore c
54
ignore v
55
ignore b
56
ignore n
57
ignore m
58
ignore Comma
59
ignore Period
60
ignore Slash
61
 
62
map ShiftLeft UPPER
63
map ShiftRight UPPER
64
map ControlLeft CONTROL
65
map ControlRight CONTROL
66
map AltLeft META
67
 
68
context default
69
bind \{brailleOn} CONTEXT+braille
70
bind \{brailleOff} CONTEXT+default