This file is indexed.

/usr/share/etktab/canada_fr-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
# 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 = greater->(>)
dec_base = less->(<)

new = CMD-n
open = CMD-o
save = CMD-s
export = CMD-e
close = CMD-w
print = CMD-p
quit_safe = CMD-q Escape->(Esc)
exit = CMD-backslash->(CMD-\) CMD-numbersign->()
redraw = CMD-l
help = 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 = semicolon->(;) colon->()
blanktab_before = Insert
blanktab_after = space
whitespace_after = Shift-space
whitespace_to_endline = Return
bar = brokenbar->(¦) 
repeat = ALT-Key-7->(ALT-7) ALT-brokenbar->()

mod:0 = ALT-minus->(ALT--)
mod:1 = ALT-h
mod:2 = ALT-p
mod:3 = ALT-dead_circumflex->(ALT-^)
mod:4 = ALT-semicolon->(ALT-;) ALT-asciitilde->()
mod:5 = ALT-Key-3->(ALT-3) ALT-slash->()
mod:6 = ALT-numbersign->(ALT-#) ALT-backslash->()
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 = quotedbl->(")
note:D.o = slash->(/)
note:G.o = dollar->($)
note:B.o = percent->(%)
note:e.o = question->(?)
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 = q
note:A.1 = w
note:D.1 = e
note:G.1 = r
note:B.1 = t
note:e.1 = y
note:a.1 = u

note:E.2 = a
note:A.2 = s
note:D.2 = d
note:G.2 = f
note:B.2 = g
note:e.2 = h
note:a.2 = j

note:E.3 = z
note:A.3 = x
note:D.3 = c
note:G.3 = v
note:B.3 = b
note:e.3 = n
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