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
note There's an eight-key braille keyboard near the back of the top.
20
note * From left to right, its keys are: Dot7, Dot3, Dot2, Dot1, Dot4, Dot5, Dot6, Dot8.
21
 
22
assign chord Space+
23
include ../chords.kti
24
 
25
map Dot1 DOT1
26
map Dot2 DOT2
27
map Dot3 DOT3
28
map Dot4 DOT4
29
map Dot5 DOT5
30
map Dot6 DOT6
31
map Dot7 DOT7
32
map Dot8 DOT8
33
map Space SPACE
34
map Back META
35
map Advance CONTROL
36
 
37
bind Space+RoutingKey KEY_FUNCTION
38
bind Back+Space+RoutingKey KEY_FUNCTION+meta
39
bind Advance+Space+RoutingKey KEY_FUNCTION+control
40
bind Back+Advance+Space+RoutingKey KEY_FUNCTION+meta+control
41