/etc/brltty/Input/hd/mbl.ktb is in brltty 5.5-4ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | ###############################################################################
# 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-2017 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.com/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################
title Hedo MobilLine
note The keys behind the text cells are named routing keys.
note The rectangular navigation keys are named K1 through K3.
note The square navigation keys are named B1 through B6.
note From left to right, the navigation keys are: B3 B2 B1 K1 K2 K3 B4 B5 B6
bind K2+K1 HELP
bind K2+K3 LEARN
bind K1+K3 PREFMENU
bind K1+K3+B1 PREFLOAD
bind K1+K3+B4 PREFSAVE
bind K2 HOME
bind K1 FWINLT
bind K3 FWINRT
bind B3 TOP
bind B6 BOT
bind B2 LNUP
bind B5 LNDN
bind B1 PRDIFLN
bind B4 NXDIFLN
bind B1+B3 ATTRUP
bind B4+B6 ATTRDN
bind B1+B2 PRPGRPH
bind B4+B5 NXPGRPH
bind B2+B3 PRPROMPT
bind B5+B6 NXPROMPT
bind B1+B2+B3 PRSEARCH
bind B4+B5+B6 NXSEARCH
bind B1+K1 CHRLT
bind B1+K3 CHRRT
bind B2+K1 FWINLTSKIP
bind B2+K3 FWINRTSKIP
bind B3+K1 LNBEG
bind B3+K3 LNEND
bind B4+K1 PASTE
bind B4+K3 CSRJMP_VERT
bind B5+K1 TIME
bind B5+K3 INFO
bind B6+K1 CLIP_RESTORE
bind B6+K3 CLIP_SAVE
assign toggleOff K1
assign toggleOn K3
assign toggleKeys B1+K2
assign toggleCommand SIXDOTS
include ../toggle.kti
assign toggleKeys B2+K2
assign toggleCommand CSRTRK
include ../toggle.kti
assign toggleKeys B3+K2
assign toggleCommand DISPMD
include ../toggle.kti
assign toggleKeys B4+K2
assign toggleCommand FREEZE
include ../toggle.kti
assign toggleKeys B5+K2
assign toggleCommand CSRVIS
include ../toggle.kti
assign toggleKeys B6+K2
assign toggleCommand ATTRVIS
include ../toggle.kti
bind RoutingKey ROUTE
bind B3+RoutingKey CLIP_NEW
bind B2+RoutingKey CLIP_ADD
bind B5+RoutingKey COPY_RECT
bind B6+RoutingKey COPY_LINE
bind B1+RoutingKey PRINDENT
bind B4+RoutingKey NXINDENT
bind K1+RoutingKey SETLEFT
bind K2+RoutingKey DESCCHAR
|