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
bind Left FWINLT
20
bind Right FWINRT
21
 
22
bind Up LNUP
23
bind Down LNDN
24
 
25
bind Shift+Up KEY_CURSOR_UP
26
bind Shift+Down KEY_CURSOR_DOWN
27
 
28
bind RoutingKey ROUTE
29
bind RoutingKey+Left CLIP_NEW
30
bind RoutingKey+Up CLIP_APPEND
31
bind RoutingKey+Right COPY_LINE
32
bind RoutingKey+Down COPY_RECT
33
bind RoutingKey+RoutingKey CLIP_COPY
34
bind RoutingKey.2+RoutingKey.3 PASTE
35
 
36
context menu
37
 
38
bind Up MENU_PREV_ITEM
39
bind Down MENU_NEXT_ITEM
40