Warning, /maui/mauikit-terminal/src/lib/kb-layouts/historic/x11r5.keytab is written in an unsupported language. File is not indexed.
0001 # [x11r5.Keytab] Keyboard Table for X11 R5 0002 0003 keyboard "XTerm (XFree 3.x.x)" 0004 0005 # -------------------------------------------------------------- 0006 # 0007 # Note that this particular table is a "risc" version made to 0008 # ease customization without bothering with obsolete details. 0009 # See VT100.keytab for the more hairy stuff. 0010 # 0011 # -------------------------------------------------------------- 0012 0013 # common keys 0014 0015 key Escape : "\E" 0016 key Tab : "\t" 0017 0018 key Return : "\r" 0019 0020 # Backspace and Delete codes are preserving CTRL-H. 0021 0022 key Backspace : "\x7f" 0023 0024 # cursor keys 0025 0026 key Up -Shift : "\EOA" 0027 key Down -Shift : "\EOB" 0028 key Right -Shift : "\EOC" 0029 key Left -Shift : "\EOD" 0030 0031 # other grey PC keys 0032 0033 key Enter : "\r" 0034 0035 key Home : "\E[1~" 0036 key Insert-Shift : "\E[2~" 0037 key Delete : "\E[3~" 0038 key End : "\E[4~" 0039 key PgUp -Shift : "\E[5~" 0040 key PgDown -Shift : "\E[6~" 0041 0042 # function keys 0043 0044 key F1 : "\E[11~" 0045 key F2 : "\E[12~" 0046 key F3 : "\E[13~" 0047 key F4 : "\E[14~" 0048 key F5 : "\E[15~" 0049 key F6 : "\E[17~" 0050 key F7 : "\E[18~" 0051 key F8 : "\E[19~" 0052 key F9 : "\E[20~" 0053 key F10 : "\E[21~" 0054 key F11 : "\E[23~" 0055 key F12 : "\E[24~" 0056 0057 # Work around dead keys 0058 0059 key Space +Control : "\x00" 0060 0061 # Some keys are used by konsole to cause operations. 0062 # The scroll* operations refer to the history buffer. 0063 0064 key Up +Shift : scrollLineUp 0065 key PgUp +Shift : scrollPageUp 0066 key Down +Shift : scrollLineDown 0067 key PgDown +Shift : scrollPageDown 0068 0069 key ScrollLock : scrollLock 0070 0071 # keypad characters are not offered differently by Qt.