/usr/share/etktab/dvorak-3.2.etk is in etktab 3.2-5.
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 115 116 117 118 119 120 121 122 123 124 125 126 127 | # Blank lines and lines beginning with '#' are ignored
# Lines of form 'word = whatever' are bindings lines
# An event to bind must be a valid Tk event... see Tk 'bind' manpage
# Multiple, space-separated bindings may be listed for the same function
# but only the first will be displayed in the corresponding menu item
# If a binding is to be displayed differently in help, follow the
# binding with the display version in parentheses... like this:
# colon->(:) Right paren. is expressed as parenright->())
# A key you don't want to show up in help would have empty parentheses
# e.g.: underscore->()
# There can be no spaces in the help string
# ALT and CMD will be substituted with OS appropriate Alt and Control keys
# PGUP/PGDN will be substituted with OS appropriate Page Up/Down keys
back = Left
forward = Right
up_string = Up
down_string = Down
up_score = PGUP->(Page_Up)
down_score = PGDN->(Page_Down)
home = Home
end = End
inc_base = plus->(+) equal->()
dec_base = minus->(-) underscore->()
new = CMD-n
open = CMD-o
save = CMD-s
export = CMD-e
print = CMD-p
close = CMD-w
quit_safe = CMD-q Escape->(Esc)
exit = CMD-backslash->(CMD-\)
redraw = CMD-l
help = question->(?) CMD-h
mode = Key-Tab->(Tab)
lyrics_mode = CMD-Key-Tab->(CMD-Tab)
mark = CMD-m
select_all = CMD-a
copy = CMD-c
cut = CMD-x
paste = CMD-v
undo = CMD-u
redo = CMD-r
del_note = Delete
del_pos = Shift-Delete
backspace = BackSpace
tuning = t
blanktab_before = Insert
blanktab_after = space
whitespace_after = Shift-space
whitespace_to_endline = Return
bar = bar->(|) backslash->()
repeat = ALT-semicolon->(ALT-;) ALT-colon->()
mod:0 = ALT-minus->(ALT--)
mod:1 = ALT-h
mod:2 = ALT-p
mod:3 = ALT-Key-6->(ALT-6)
# verified next via globaldev site
mod:4 = ALT-quoteleft->(ALT-`)
mod:5 = ALT-slash->(ALT-/)
mod:6 = ALT-backslash->(ALT-\)
mod:7 = ALT-s
mod:8 = ALT-b
mod:9 = ALT-r
mod:10 = ALT-t
mod:20 = ALT-x
#note:(standard tuning).(basefret+ [o=open])
note:E.o = exclam->(!)
note:A.o = at->(@)
note:D.o = numbersign->(#)
note:G.o = dollar->($)
note:B.o = percent->(%)
note:e.o = asciicircum->(^)
note:a.o = ampersand->(&)
note:E.0 = Key-1->(1)
note:A.0 = Key-2->(2)
note:D.0 = Key-3->(3)
note:G.0 = Key-4->(4)
note:B.0 = Key-5->(5)
note:e.0 = Key-6->(6)
note:a.0 = Key-7->(7)
#note:E.1 = apostrophe->(')
note:E.1 = quoteright->(')
note:A.1 = comma->(,)
note:D.1 = period->(.)
note:G.1 = p
note:B.1 = y
note:e.1 = f
note:a.1 = g
note:E.2 = a
note:A.2 = o
note:D.2 = e
note:G.2 = u
note:B.2 = i
note:e.2 = d
note:a.2 = h
note:E.3 = semicolon->(;)
note:A.3 = q
note:D.3 = j
note:G.3 = k
note:B.3 = x
note:e.3 = b
note:a.3 = m
# lyrics mode stuff
lyr_left = Left
lyr_right = Right
lyr_up = Up
lyr_down = Down
lyr_upsection = PGUP->(Page_Up)
lyr_dnsection = PGDN->(Page_Down)
lyr_home = Home
lyr_end = End
lyr_delete = Delete
lyr_backspace = BackSpace
lyr_enter = Return
|