This file is indexed.

/usr/share/tilem2/keybindings.ini is in tilem-data 2.0-2.

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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
[common]
Up                = Up
KP_Up             = Up
Down              = Down
KP_Down           = Down
Left              = Left
KP_Left           = Left
Right             = Right
KP_Right          = Right
Shift+Up          = 2nd, Up
Shift+Down        = 2nd, Down
Tab               = 2nd
KP_Tab            = 2nd
ISO_Left_Tab      = 2nd
Delete            = Del
KP_Delete         = Del
BackSpace         = Left, Del
Ctrl+BackSpace    = Clear
Ctrl+Delete       = Clear
Ctrl+KP_Delete    = Clear
0                 = 0
KP_0              = 0
1                 = 1
KP_1              = 1
2                 = 2
KP_2              = 2
3                 = 3
KP_3              = 3
4                 = 4
KP_4              = 4
5                 = 5
KP_5              = 5
6                 = 6
KP_6              = 6
7                 = 7
KP_7              = 7
8                 = 8
KP_8              = 8
9                 = 9
KP_9              = 9
period            = DecPnt
KP_Decimal        = DecPnt
asciitilde        = Chs
dead_tilde        = Chs
plusminus         = Chs
Shift+KP_Subtract = Chs
dollar            = 2nd, Chs
plus              = Add
KP_Add            = Add
minus             = Sub
KP_Subtract       = Sub
asterisk          = Mul
KP_Multiply       = Mul
slash             = Div
KP_Divide         = Div
asciicircum       = Power
dead_circumflex   = Power
twosuperior       = Square
Ctrl+2            = Square
parenleft         = LParen
parenright        = RParen
greater           = Store
less              = 2nd, Store
F12               = On
Shift+F12         = 2nd, On
Return            = Enter
KP_Enter          = Enter
ISO_Enter         = Enter
Shift+Return      = 2nd, Enter
Shift+KP_Enter    = 2nd, Enter
Shift+ISO_Enter   = 2nd, Enter

[ti73]
INHERIT = common
F1                = YEqu
F2                = Window
F3                = Zoom
F4                = Trace
F5                = Graph
Shift+F1          = 2nd, YEqu
Shift+F2          = 2nd, Window
Shift+F3          = 2nd, Zoom
Shift+F4          = 2nd, Trace
Shift+F5          = 2nd, Graph
Home              = 2nd, Left
End               = 2nd, Right
F11               = Mode
Shift+Escape      = 2nd, Mode
Insert            = 2nd, Del
KP_Insert         = 2nd, Del
m                 = Math
Menu              = 2nd, Math
apostrophe        = 2nd, Math
d                 = Draw
l                 = List
ampersand         = 2nd, Power
EuroSign          = 2nd, Power
F8                = Prgm
p                 = Prgm
Ctrl+Tab          = 2nd, Prgm
Ctrl+KP_Tab       = 2nd, Prgm
Ctrl+ISO_Left_Tab = 2nd, Prgm
F7                = Apps
Escape            = Clear
underscore        = Unit
bar               = FracSlash
brokenbar         = FracSlash
onehalf           = FracSlash
backslash         = 2nd, FracSlash
onesuperior       = 2nd, FracSlash
Ctrl+1            = 2nd, FracSlash
f                 = FracDec
numbersign        = 2nd, FracDec
a                 = MixSimp
c                 = Const
s                 = Simp
percent           = Percent
x                 = VarX
comma             = Comma

[ti76]
INHERIT = common
F1                = YEqu
F2                = Window
F3                = Zoom
F4                = Trace
F5                = Graph
Shift+F1          = 2nd, YEqu
Shift+F2          = 2nd, Window
Shift+F3          = 2nd, Zoom
Shift+F4          = 2nd, Trace
Shift+F5          = 2nd, Graph
Home              = 2nd, Left
KP_Home           = 2nd, Left
End               = 2nd, Right
KP_End            = 2nd, Right
F11               = Mode
Shift+Escape      = 2nd, Mode
Insert            = 2nd, Del
KP_Insert         = 2nd, Del
Menu              = Alpha
apostrophe        = Alpha
x                 = Graphvar
F10               = Stat
F6                = Math
F7                = Matrix
F8                = Prgm
F9                = Vars
Escape            = Clear
backslash         = Recip
onesuperior       = Recip
Ctrl+1            = Recip
s                 = Sin
c                 = Cos
t                 = Tan
numbersign        = 2nd, Power
comma             = Comma
ampersand         = 2nd, Comma
EuroSign          = 2nd, Comma
braceleft         = 2nd, LParen
braceright        = 2nd, RParen
e                 = 2nd, Div
o                 = Log
u                 = 2nd, 7
v                 = 2nd, 8
w                 = 2nd, 9
l                 = Ln
p                 = Prgm
Ctrl+Tab          = 2nd, 0
Ctrl+KP_Tab       = 2nd, 0
Ctrl+ISO_Left_Tab = 2nd, 0

[ti81]
INHERIT = common
F1           = YEqu
F2           = Range
F3           = Zoom
F4           = Trace
F5           = Graph
Shift+F1     = 2nd, YEqu
Shift+F2     = 2nd, Range
Shift+F3     = 2nd, Zoom
Shift+F4     = 2nd, Trace
Shift+F5     = 2nd, Graph
Insert       = Ins
KP_Insert    = Ins
Menu         = Alpha
apostrophe   = Alpha
x            = Graphvar
F11          = Mode
F6           = Math
F7           = Matrix
F8           = Prgm
F9           = Vars
Escape       = Clear
Shift+Escape = 2nd, Clear
backslash    = Recip
onesuperior  = Recip
Ctrl+1       = Recip
bar          = 2nd, Recip
brokenbar    = 2nd, Recip
s            = Sin
c            = Cos
t            = Tan
p            = Prgm
numbersign   = 2nd, Power
ampersand    = EE
EuroSign     = EE
o            = Log
l            = Ln
A            = Alpha, Math
B            = Alpha, Matrix
C            = Alpha, Prgm
D            = Alpha, Recip
E            = Alpha, Sin
F            = Alpha, Cos
G            = Alpha, Tan
H            = Alpha, Power
I            = Alpha, Square
J            = Alpha, EE
K            = Alpha, LParen
L            = Alpha, RParen
M            = Alpha, Div
N            = Alpha, Log
O            = Alpha, 7
P            = Alpha, 8
Q            = Alpha, 9
R            = Alpha, Mul
S            = Alpha, Ln
T            = Alpha, 4
U            = Alpha, 5
V            = Alpha, 6
W            = Alpha, Sub
X            = Alpha, Store
Y            = Alpha, 1
Z            = Alpha, 2
at           = Alpha, 3
quotedbl     = Alpha, Add
space        = Alpha, 0
comma        = Alpha, DecPnt
question     = Alpha, Chs

[ti82]
INHERIT = common
F1           = YEqu
F2           = Window
F3           = Zoom
F4           = Trace
F5           = Graph
Shift+F1     = 2nd, YEqu
Shift+F2     = 2nd, Window
Shift+F3     = 2nd, Zoom
Shift+F4     = 2nd, Trace
Shift+F5     = 2nd, Graph
Home         = 2nd, Left
KP_Home      = 2nd, Left
End          = 2nd, Right
KP_End       = 2nd, Right
F11          = Mode
Shift+Escape = 2nd, Mode
Insert       = 2nd, Del
KP_Insert    = 2nd, Del
Menu         = Alpha
apostrophe   = Alpha
x            = Graphvar
F10          = Stat
F6           = Math
F7           = Matrix
F8           = Prgm
F9           = Vars
Escape       = Clear
backslash    = Recip
onesuperior  = Recip
Ctrl+1       = Recip
bar          = 2nd, Recip
brokenbar    = 2nd, Recip
s            = Sin
c            = Cos
t            = Tan
numbersign   = 2nd, Power
comma        = Comma
ampersand    = 2nd, Comma
EuroSign     = 2nd, Comma
braceleft    = 2nd, LParen
braceright   = 2nd, RParen
o            = Log
u            = 2nd, 7
v            = 2nd, 8
n            = 2nd, 9
bracketleft  = 2nd, Mul
l            = Ln
p            = Prgm
bracketright = 2nd, Sub
A            = Alpha, Math
B            = Alpha, Matrix
C            = Alpha, Prgm
D            = Alpha, Recip
E            = Alpha, Sin
F            = Alpha, Cos
G            = Alpha, Tan
H            = Alpha, Power
I            = Alpha, Square
J            = Alpha, Comma
K            = Alpha, LParen
L            = Alpha, RParen
M            = Alpha, Div
N            = Alpha, Log
O            = Alpha, 7
P            = Alpha, 8
Q            = Alpha, 9
R            = Alpha, Mul
S            = Alpha, Ln
T            = Alpha, 4
U            = Alpha, 5
V            = Alpha, 6
W            = Alpha, Sub
X            = Alpha, Store
Y            = Alpha, 1
Z            = Alpha, 2
at           = Alpha, 3
quotedbl     = Alpha, Add
space        = Alpha, 0
colon        = Alpha, DecPnt
question     = Alpha, Chs

[ti83]
INHERIT = common
F1                = YEqu
F2                = Window
F3                = Zoom
F4                = Trace
F5                = Graph
Shift+F1          = 2nd, YEqu
Shift+F2          = 2nd, Window
Shift+F3          = 2nd, Zoom
Shift+F4          = 2nd, Trace
Shift+F5          = 2nd, Graph
Home              = 2nd, Left
KP_Home           = 2nd, Left
End               = 2nd, Right
KP_End            = 2nd, Right
Page_Up           = Alpha, Up
KP_Page_Up        = Alpha, Up
Page_Down         = Alpha, Down
KP_Page_Down      = Alpha, Down
F11               = Mode
Shift+Escape      = 2nd, Mode
Insert            = 2nd, Del
KP_Insert         = 2nd, Del
Menu              = Alpha
apostrophe        = Alpha
x                 = Graphvar
F10               = Stat
F6                = Math
F7                = Matrix
F8                = Prgm
F9                = Vars
Escape            = Clear
backslash         = Recip
onesuperior       = Recip
Ctrl+1            = Recip
s                 = Sin
c                 = Cos
t                 = Tan
numbersign        = 2nd, Power
comma             = Comma
ampersand         = 2nd, Comma
EuroSign          = 2nd, Comma
braceleft         = 2nd, LParen
braceright        = 2nd, RParen
e                 = 2nd, Div
o                 = Log
u                 = 2nd, 7
v                 = 2nd, 8
w                 = 2nd, 9
p                 = Prgm
bracketleft       = 2nd, Mul
l                 = Ln
bracketright      = 2nd, Sub
Ctrl+Tab          = 2nd, 0
Ctrl+KP_Tab       = 2nd, 0
Ctrl+ISO_Left_Tab = 2nd, 0
i                 = 2nd, DecPnt
A                 = Alpha, Math
B                 = Alpha, Matrix
C                 = Alpha, Prgm
D                 = Alpha, Recip
E                 = Alpha, Sin
F                 = Alpha, Cos
G                 = Alpha, Tan
H                 = Alpha, Power
I                 = Alpha, Square
J                 = Alpha, Comma
K                 = Alpha, LParen
L                 = Alpha, RParen
M                 = Alpha, Div
N                 = Alpha, Log
O                 = Alpha, 7
P                 = Alpha, 8
Q                 = Alpha, 9
R                 = Alpha, Mul
S                 = Alpha, Ln
T                 = Alpha, 4
U                 = Alpha, 5
V                 = Alpha, 6
W                 = Alpha, Sub
X                 = Alpha, Store
Y                 = Alpha, 1
Z                 = Alpha, 2
at                = Alpha, 3
quotedbl          = Alpha, Add
space             = Alpha, 0
colon             = Alpha, DecPnt
question          = Alpha, Chs

[ti83p]
INHERIT = ti83
CapsLock+a = Alpha, Alpha, Math
CapsLock+b = Alpha, Alpha, Apps
CapsLock+c = Alpha, Alpha, Prgm
CapsLock+d = Alpha, Alpha, Recip
CapsLock+e = Alpha, Alpha, Sin
CapsLock+f = Alpha, Alpha, Cos
CapsLock+g = Alpha, Alpha, Tan
CapsLock+h = Alpha, Alpha, Power
CapsLock+i = Alpha, Alpha, Square
CapsLock+j = Alpha, Alpha, Comma
CapsLock+k = Alpha, Alpha, LParen
CapsLock+l = Alpha, Alpha, RParen
CapsLock+m = Alpha, Alpha, Div
CapsLock+n = Alpha, Alpha, Log
CapsLock+o = Alpha, Alpha, 7
CapsLock+p = Alpha, Alpha, 8
CapsLock+q = Alpha, Alpha, 9
CapsLock+r = Alpha, Alpha, Mul
CapsLock+s = Alpha, Alpha, Ln
CapsLock+t = Alpha, Alpha, 4
CapsLock+u = Alpha, Alpha, 5
CapsLock+v = Alpha, Alpha, 6
CapsLock+w = Alpha, Alpha, Sub
CapsLock+x = Alpha, Alpha, Store
CapsLock+y = Alpha, Alpha, 1
CapsLock+z = Alpha, Alpha, 2

[ti83pse]
INHERIT = ti83p

[ti84p]
INHERIT = ti83p

[ti84pse]
INHERIT = ti83p

[ti84pns]
INHERIT = ti83p

[ti85]
INHERIT = common
F1                = F1
F2                = F2
F3                = F3
F4                = F4
F5                = F5
Shift+F1          = 2nd, F1
Shift+F2          = 2nd, F2
Shift+F3          = 2nd, F3
Shift+F4          = 2nd, F4
Shift+F5          = 2nd, F5
Home              = 2nd, Left
KP_Home           = 2nd, Left
End               = 2nd, Right
KP_End            = 2nd, Right
Escape            = Exit
Shift+Escape      = 2nd, Exit
Page_Down         = More
KP_Page_Down      = More
F11               = 2nd, More
Menu              = Alpha
apostrophe        = Alpha
Insert            = 2nd, Del
KP_Insert         = 2nd, Del
F6                = Graph
F7                = Stat
F8                = Prgm
F9                = Custom
Ctrl+Tab          = 2nd, Custom
Ctrl+KP_Tab       = 2nd, Custom
Ctrl+ISO_Left_Tab = 2nd, Custom
numbersign        = 2nd, Power
ampersand         = EE
EuroSign          = EE
backslash         = 2nd, EE
onesuperior       = 2nd, EE
Ctrl+1            = 2nd, EE
bracketleft       = 2nd, LParen
bracketright      = 2nd, RParen
comma             = Comma
colon             = 2nd, DecPnt
A                 = Alpha, Log
B                 = Alpha, Sin
C                 = Alpha, Cos
D                 = Alpha, Tan
E                 = Alpha, Power
F                 = Alpha, Ln
G                 = Alpha, EE
H                 = Alpha, LParen
I                 = Alpha, RParen
J                 = Alpha, Div
K                 = Alpha, Square
L                 = Alpha, 7
M                 = Alpha, 8
N                 = Alpha, 9
O                 = Alpha, Mul
P                 = Alpha, Comma
Q                 = Alpha, 4
R                 = Alpha, 5
S                 = Alpha, 6
T                 = Alpha, Sub
U                 = Alpha, 1
V                 = Alpha, 2
W                 = Alpha, 3
X                 = Alpha, Add
Y                 = Alpha, 0
Z                 = Alpha, DecPnt
space             = Alpha, Chs
equal             = Alpha, Store
a                 = 2nd, Alpha, Log
b                 = 2nd, Alpha, Sin
c                 = 2nd, Alpha, Cos
d                 = 2nd, Alpha, Tan
e                 = 2nd, Alpha, Power
f                 = 2nd, Alpha, Ln
g                 = 2nd, Alpha, EE
h                 = 2nd, Alpha, LParen
i                 = 2nd, Alpha, RParen
j                 = 2nd, Alpha, Div
k                 = 2nd, Alpha, Square
l                 = 2nd, Alpha, 7
m                 = 2nd, Alpha, 8
n                 = 2nd, Alpha, 9
o                 = 2nd, Alpha, Mul
p                 = 2nd, Alpha, Comma
q                 = 2nd, Alpha, 4
r                 = 2nd, Alpha, 5
s                 = 2nd, Alpha, 6
t                 = 2nd, Alpha, Sub
u                 = 2nd, Alpha, 1
v                 = 2nd, Alpha, 2
w                 = 2nd, Alpha, 3
x                 = 2nd, Alpha, Add
y                 = 2nd, Alpha, 0
z                 = 2nd, Alpha, DecPnt

[ti86]
INHERIT = ti85