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 Iris
20
 
21
include common.kti
22
note The Menu key is the small, round button to the left of the cursor routing keys.
23
note The Z key is the small, round button to the right of the cursor routing keys.
24
 
25
bind Down+Left CONTEXT+alt1
26
bind Down+Right CONTEXT+alt2
27
 
28
bind L1 FWINLT
29
bind L2 LNUP
30
bind L3 PRPROMPT
31
bind L4 PREFMENU
32
bind L5 INFO
33
bind L6 NXPROMPT
34
bind L7 LNDN
35
bind L8 FWINRT
36
bind Left KEY_CURSOR_LEFT
37
bind Right KEY_CURSOR_RIGHT
38
bind Up KEY_CURSOR_UP
39
bind Down KEY_CURSOR_DOWN
40
bind L1+L2 TOP_LEFT
41
bind L3+L4 FREEZE
42
bind L6+L7 HOME
43
bind L7+L8 BOT_LEFT
44
bind L1+L2+L3+L4 RESTARTBRL
45
bind L5+L6+L7+L8 RESTARTSPEECH
46
 
47
 
48
context alt1
49
bind L1 TOP_LEFT
50
bind L3 PRSEARCH
51
bind L4 HELP
52
bind L5 LEARN
53
bind L6 NXSEARCH
54
bind L8 BOT_LEFT
55
bind Left LNBEG
56
bind Right LNEND
57
bind Up HOME
58
bind Down BACK
59
 
60
 
61
context alt2
62
bind L1 CONTEXT+CLIP_NEW
63
bind L2 CONTEXT+CLIP_ADD
64
bind L3 CSRVIS
65
bind L6 CONTEXT+COPY_RECT
66
bind L7 PASTE
67
bind L8 CONTEXT+COPY_LINE
68
bind Up PREFMENU
69
bind Down CSRTRK
70
bind Right TUNES
71
 
72
 
73
context CLIP_NEW
74
bind RoutingKey1 CLIP_NEW
75
 
76
 
77
context CLIP_ADD
78
bind RoutingKey1 CLIP_ADD
79
 
80
 
81
context COPY_RECT
82
bind RoutingKey1 COPY_RECT
83
 
84
 
85
context COPY_LINE
86
bind RoutingKey1 COPY_LINE
87
 
88