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
# This key subtable is for Papenmeier displays which have a braille keyboard.
20
 
21
map Dot1 DOT1
22
map Dot2 DOT2
23
map Dot3 DOT3
24
map Dot4 DOT4
25
map Dot5 DOT5
26
map Dot6 DOT6
27
map Dot7 DOT7
28
map Dot8 DOT8
29
 
30
map LeftSpace SPACE
31
map RightSpace SPACE
32
map LeftThumb CONTROL
33
map RightThumb META
34
 
35
assign chord Space+
36
include ../chords.kti
37
assign noUnchorded
38
 
39
hide on
40
assign chord LeftSpace+
41
include ../chords.kti
42
 
43
assign chord RightSpace+
44
include ../chords.kti
45
hide off