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
title Braille Memo Smart
20
 
21
note The six slightly angled keys along the top are a braille keyboard.
22
note * From left to right, their names are: Dot3, Dot2, Dot1, Dot4, Dot5, Dot6.
23
note The two keys to the left of Dot3, from top to bottom, are named: Control, Alt.
24
note The two keys to the right of Dot6, from top to bottom, are named: Select, Read.
25
note The key immediately below Dot2 is named Backspace.
26
note The key immediately below Dot5 is named Delete.
27
note The three keys below Dot1 and Dot4, from left to right, are named: Dot7, Extension, Dot8.
28
note The keys to the left and right of the braille cells are named: PanLeft, PanRight.
29
note The two keys on the front at the left are named: ArrowUp, ArrowDown.
30
note The two keys on the front at the right are named: ArrowLeft, ArrowRight.
31
note Some keys are entered by pressing a set of keys simultaneously:
32
note + Return: Dot7
33
note + Space: Dot8
34
note + ArrowUp: Extension + Dot1
35
note + ArrowDown: Extension + Dot4
36
note + Control+ArrowLeft: Extension + Dot2
37
note + Control+ArrowRight: Extension + Dot5
38
note + ArrowLeft: Extension + Dot3
39
note + ArrowRight: Extension + Dot6
40
note + OK: Extension + Dot7
41
note + Set: Extension + Dot8
42
note + Info (Tab): Extension + Dot4 + Dot5
43
note + Select+Info (Shift+Tab): Extension + Dot1 + Dot2
44
note + Escape: Extension + Dot1 + Dot5
45
note + Insert: Extension + Dot2 + Dot4
46
note + Backward: Extension + ArrowUp
47
note + Forward: Extension + ArrowDown
48
note + ScrollLeft: Extension + ArrowLeft
49
note + ScrollRight: Extension + ArrowRight
50
 
51
hide on
52
bind Info KEY_TAB
53
bind Select+Info KEY_TAB+shift
54
hide off
55
 
56
bind Read HOME
57
bind Select BACK
58
bind Select+Read CSRJMP_VERT
59
 
60
include common.kti
61
context default
62
 
63
bind Control+ArrowLeft CSRVIS
64
bind Control+ArrowRight ATTRVIS
65
 
66
bind Alt+ArrowLeft CSRTRK
67
bind Alt+ArrowRight SIXDOTS
68
 
69
bind PanLeft+RoutingKey SWITCHVT
70
bind PanRight+RoutingKey KEY_FUNCTION