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 Iris with PC Keyboard
|
|
|
20 |
|
|
|
21 |
note The eight extra keys at the ends of the keyboard are known as linear keys.
|
|
|
22 |
note * The four at the left, from top to bottom, are named L1 through L4.
|
|
|
23 |
note * The four at the right, from bottom to top, are named L5 through L8.
|
|
|
24 |
|
|
|
25 |
assign Dot1 L1
|
|
|
26 |
assign Dot2 L2
|
|
|
27 |
assign Dot3 L3
|
|
|
28 |
assign Dot4 L8
|
|
|
29 |
assign Dot5 L7
|
|
|
30 |
assign Dot6 L6
|
|
|
31 |
assign Dot7 L4
|
|
|
32 |
assign Dot8 L5
|
|
|
33 |
include all.kti
|
|
|
34 |
|
|
|
35 |
bind L1 FWINLTSKIP
|
|
|
36 |
bind L2+L3 PASTE
|
|
|
37 |
bind L2+L3+L4 CONTEXT+PASTE_HISTORY
|
|
|
38 |
bind L4 CSRVIS
|
|
|
39 |
bind L8 FWINRTSKIP
|
|
|
40 |
bind L7 TOP_LEFT
|
|
|
41 |
bind L6 BOT_LEFT
|
|
|
42 |
bind L7+L6 HOME
|
|
|
43 |
bind L1+L2 TUNES
|
|
|
44 |
bind L4+L5 SIXDOTS
|
|
|
45 |
|
|
|
46 |
bind !Xt PASSXT
|
|
|
47 |
bind !XtE0 PASSXT+emul0
|
|
|
48 |
bind !XtE1 PASSXT+emul1
|
|
|
49 |
|
|
|
50 |
# The XT key numbers need to be 1 greater than the actual XT key codes.
|
|
|
51 |
bind L5+!XtE0.0X4C FWINLT
|
|
|
52 |
bind L5+!XtE0.0X4E FWINRT
|
|
|
53 |
bind L5+!XtE0.0X49 LNUP
|
|
|
54 |
bind L5+!XtE0.0X51 LNDN
|