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 Baum (variokeys=yes)
|
|
|
20 |
|
|
|
21 |
bind Display2 FWINLT
|
|
|
22 |
bind Display5 FWINRT
|
|
|
23 |
|
|
|
24 |
bind Display1 LNUP
|
|
|
25 |
bind Display3 LNDN
|
|
|
26 |
|
|
|
27 |
bind Display4 KEY_CURSOR_UP
|
|
|
28 |
bind Display6 KEY_CURSOR_DOWN
|
|
|
29 |
|
|
|
30 |
bind Display1+Display3 HOME
|
|
|
31 |
bind Display2+Display1 TOP_LEFT
|
|
|
32 |
bind Display2+Display3 BOT_LEFT
|
|
|
33 |
|
|
|
34 |
bind Display1+Display4 PREFMENU
|
|
|
35 |
bind Display1+Display2+Display4 FREEZE
|
|
|
36 |
bind Display1+Display2+Display5 HELP
|
|
|
37 |
bind Display2+Display4 INFO
|
|
|
38 |
bind Display2+Display3+Display4+Display5 CSRTRK
|
|
|
39 |
bind Display1+Display3+Display6 ATTRVIS
|
|
|
40 |
bind Display1+Display2+Display3+Display6 DISPMD
|
|
|
41 |
|
|
|
42 |
include routing6.kti
|