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 |
note The switches are three-way (left, right, press) controls on the front surface.
|
|
|
20 |
note Switch1 is the left outer switch.
|
|
|
21 |
note Switch2 is the right outer switch.
|
|
|
22 |
|
|
|
23 |
bind Switch1Left FWINLT
|
|
|
24 |
bind Switch1Right FWINRT
|
|
|
25 |
|
|
|
26 |
bind LeftJoystickLeft+Switch1Left+Switch1Right MUTE
|
|
|
27 |
bind LeftJoystickLeft+Switch1Left SAY_SLOWER
|
|
|
28 |
bind LeftJoystickLeft+Switch1Right SAY_FASTER
|
|
|
29 |
|
|
|
30 |
bind LeftJoystickRight+Switch1Left LNBEG
|
|
|
31 |
bind LeftJoystickRight+Switch1Right LNEND
|
|
|
32 |
|
|
|
33 |
bind LeftJoystickRight+Switch1Left+Switch1Right PREFMENU
|
|
|
34 |
bind LeftJoystickRight+Switch2Left+Switch2Right CSRTRK
|
|
|
35 |
|