Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konsole / data / keyboard-layouts / historic / x11r5.keytab
blob75ba06ec40dfab7e230f84f547c8d119eb24d68d
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 # --------------------------------------------------------------
13 # common keys
15 key Escape         : "\E"
16 key Tab            : "\t"
18 key Return         : "\r"
20 # Backspace and Delete codes are preserving CTRL-H.
22 key Backspace      : "\x7f"
24 # cursor keys
26 key Up    -Shift   : "\EOA"
27 key Down  -Shift   : "\EOB"
28 key Right -Shift   : "\EOC"
29 key Left  -Shift   : "\EOD"
31 # other grey PC keys
33 key Enter          : "\r"
35 key Home           : "\E[1~"
36 key Insert-Shift   : "\E[2~"
37 key Delete         : "\E[3~"
38 key End            : "\E[4~"
39 key Prior -Shift   : "\E[5~"
40 key Next  -Shift   : "\E[6~"
42 # function keys
44 key F1             : "\E[11~"
45 key F2             : "\E[12~"
46 key F3             : "\E[13~"
47 key F4             : "\E[14~"
48 key F5             : "\E[15~"
49 key F6             : "\E[17~"
50 key F7             : "\E[18~"
51 key F8             : "\E[19~"
52 key F9             : "\E[20~"
53 key F10            : "\E[21~"
54 key F11            : "\E[23~"
55 key F12            : "\E[24~"
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.