1
# [x11r5.Keytab] Keyboard Table for X11 R5
3
keyboard "XTerm (XFree 3.x.x)"
5
# --------------------------------------------------------------
7
# Note that this particular table is a "risc" version made to
8
# ease customization without bothering with obsolete details.
9
# See VT100.keytab for the more hairy stuff.
11
# --------------------------------------------------------------
20
# Backspace and Delete codes are preserving CTRL-H.
22
key Backspace : "\x7f"
26
key Up -Shift : "\EOA"
27
key Down -Shift : "\EOB"
28
key Right -Shift : "\EOC"
29
key Left -Shift : "\EOD"
36
key Insert-Shift : "\E[2~"
39
key Prior -Shift : "\E[5~"
40
key Next -Shift : "\E[6~"
57
# Work around dead keys
59
key Space +Control : "\x00"
61
# Some keys are used by konsole to cause operations.
62
# The scroll* operations refer to the history buffer.
64
key Up +Shift : scrollLineUp
65
key Prior +Shift : scrollPageUp
66
key Down +Shift : scrollLineDown
67
key Next +Shift : scrollPageDown
69
key ScrollLock : scrollLock
71
# keypad characters are not offered differently by Qt.