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 EuroBraille AzerBraille, Clio, NoteBraille, PupiBraille, Scriba
20
 
21
include braille.kti
22
 
23
bind !Star CONTEXT+alt1
24
bind !Sharp CONTEXT+alt2
25
bind !RoutingKey ROUTE
26
 
27
bind !Up KEY_CURSOR_UP
28
bind !Left KEY_CURSOR_LEFT
29
bind !Right KEY_CURSOR_Right
30
bind !Down KEY_CURSOR_DOWN
31
 
32
bind !Five HOME
33
bind !One TOP_LEFT
34
bind !Seven BOT_LEFT
35
bind !Three PRDIFLN
36
bind !Nine NXDIFLN
37
bind !Zero CSRTRK
38
 
39
bind !A FREEZE
40
 
41
bind !E FWINLT
42
bind !F LNUP
43
bind !G PRPROMPT
44
bind !H PREFMENU
45
bind !I INFO
46
bind !K NXPROMPT
47
bind !L LNDN
48
bind !M FWINRT
49
 
50
 
51
context alt1
52
bind !Star CONTEXT+default
53
 
54
bind !Down CSRTRK
55
bind !Right TUNES
56
 
57
bind !E CONTEXT+CLIP_NEW
58
bind !F CONTEXT+CLIP_ADD
59
bind !G CSRVIS
60
bind !K CONTEXT+COPY_RECT
61
bind !L PASTE
62
bind !M CONTEXT+COPY_LINE
63
 
64
 
65
context alt2
66
bind !Sharp CONTEXT+default
67
 
68
bind !Left LNBEG
69
bind !Right LNEND
70
bind !Up HOME
71
bind !Down BACK
72
 
73
bind !One LEARN
74
bind !Three TOP_LEFT
75
bind !Nine BOT_LEFT
76
 
77
bind !A DISPMD
78
 
79
bind !E TOP_LEFT
80
bind !G PRSEARCH
81
bind !H HELP
82
bind !K NXSEARCH
83
bind !L LEARN
84
bind !M BOT_LEFT
85
 
86
 
87
context CLIP_NEW
88
bind !RoutingKey CLIP_NEW
89
 
90
 
91
context CLIP_ADD
92
bind !RoutingKey CLIP_ADD
93
 
94
 
95
context COPY_RECT
96
bind !RoutingKey COPY_RECT
97
 
98
 
99
context COPY_LINE
100
bind !RoutingKey COPY_LINE
101
 
102