File: chords-android.kti

package info (click to toggle)
brltty 6.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,844 kB
  • sloc: ansic: 154,246; java: 13,514; sh: 9,934; xml: 5,672; tcl: 2,679; makefile: 2,346; awk: 713; lisp: 366; python: 321; ml: 301
file content (61 lines) | stat: -rw-r--r-- 1,921 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
###############################################################################
# BRLTTY - A background process providing access to the console screen (when in
#          text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2025 by The BRLTTY Developers.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU Lesser General Public License, as published by the Free Software
# Foundation; either version 2.1 of the License, or (at your option) any
# later version. Please see the file LICENSE-LGPL for details.
#
# Web Page: http://brltty.app/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################

assign prefix \{chord}\{dot7}+\{dot8}
bind \{prefix}+\{dot1}+\{dot2}+\{dot3}+\{dot4}+\{dot5}+\{dot6} GUI_BRL_ACTIONS

bind \{prefix}+\{a} TXTSEL_ALL
bind \{prefix}+\{dot4} TXTSEL_CLEAR
bind \{prefix}+\{c} HOST_COPY
bind \{prefix}+\{v} HOST_PASTE
bind \{prefix}+\{x} HOST_CUT

bind \{prefix}+\{b} GUI_BACK
bind \{prefix}+\{h} GUI_HOME
bind \{prefix}+\{i} INDICATORS
bind \{prefix}+\{m} GUI_APP_MENU
bind \{prefix}+\{n} GUI_APP_ALERTS
bind \{prefix}+\{o} GUI_DEV_OPTIONS
bind \{prefix}+\{r} GUI_APP_LIST
bind \{prefix}+\{s} GUI_DEV_SETTINGS
bind \{prefix}+\{t} GUI_TITLE

bind \{prefix}+\{dot3}+\{dot6} GUI_AREA_ACTV
bind \{prefix}+\{dot3} GUI_AREA_PREV
bind \{prefix}+\{dot6} GUI_AREA_NEXT

bind \{prefix}+\{dot2} GUI_ITEM_PREV
bind \{prefix}+\{dot5} GUI_ITEM_NEXT

bind \{prefix}+\{dot2}+\{dot3} GUI_ITEM_FRST
bind \{prefix}+\{dot5}+\{dot6} GUI_ITEM_LAST

bind \{prefix}+\{dot2}+\{dot5} CONTEXT+chrome
context chrome Web Page Structural Navigation
bind \{dot7}+\{dot8} CONTEXT+default

superimpose meta
map \{dot1} DOT1
map \{dot2} DOT2
map \{dot3} DOT3
map \{dot4} DOT4
map \{dot5} DOT5
map \{dot6} DOT6
map \{dot7} DOT7
map \{dot8} DOT8