summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/default.keytab.h
Unidiff
Diffstat (limited to 'core/apps/embeddedkonsole/default.keytab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/default.keytab.h103
1 files changed, 103 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/default.keytab.h b/core/apps/embeddedkonsole/default.keytab.h
new file mode 100644
index 0000000..503ea46
--- a/dev/null
+++ b/core/apps/embeddedkonsole/default.keytab.h
@@ -0,0 +1,103 @@
1 /* generated by '../tests/quote ../other/default.Keytab' */
2
3 "# [default.Keytab] Buildin Keyboard Table\n"
4 "\n"
5 "# --------------------------------------------------------------\n"
6 "#\n"
7 "# This file in included only for reference purposes. \n"
8 "#\n"
9 "# Modifying it does not have any effect (unless you\n"
10 "# derive the default.keytab.h and recompile konsole).\n"
11 "#\n"
12 "# To customize your keyboard, copy this file to something\n"
13 "# ending with .keytab and change it to meet you needs.\n"
14 "#\n"
15 "# --------------------------------------------------------------\n"
16 "\n"
17 "keyboard \"xterm (default)\"\n"
18 "\n"
19 "# --------------------------------------------------------------\n"
20 "#\n"
21 "# The syntax of each entry has the form\n"
22 "#\n"
23 "# \"key\" Keyname { (\"+\"|\"-\") Modename } \":\" (String|Operation)\n"
24 "#\n"
25 "# Keynames are those defined in <qnamespace.h>\n"
26 "# with the \"Qt::Key_\" prefix removed.\n"
27 "#\n"
28 "# Mode names are: Shift, Alt, Control.\n"
29 "#\n"
30 "# If the key is not found here, the text of the\n"
31 "# key event as provided by QT is emitted, possibly\n"
32 "# preceeded by ESC if the Alt key is pressed.\n"
33 "#\n"
34 "# --------------------------------------------------------------\n"
35 "#\n"
36 "# Note that this particular table is a \"risc\" version made to\n"
37 "# ease customization without bothering with obsolete details.\n"
38 "# See VT100.keytab for the more hairy stuff.\n"
39 "#\n"
40 "# --------------------------------------------------------------\n"
41 "\n"
42 "# common keys\n"
43 "\n"
44 "key Escape : \"\\E\"\n"
45 "key Tab : \"\\t\"\n"
46 "\n"
47 "key Return-Alt : \"\\r\"\n"
48 "key Return+Alt : \"\\E\\r\"\n"
49 "\n"
50 "# Backspace and Delete codes are preserving CTRL-H.\n"
51 "\n"
52 "key Backspace : \"\\x7f\"\n"
53 "\n"
54 "# cursor keys\n"
55 "\n"
56 "key Up -Shift : \"\\EOA\"\n"
57 "key Down -Shift : \"\\EOB\"\n"
58 "key Right -Shift : \"\\EOC\"\n"
59 "key Left -Shift : \"\\EOD\"\n"
60 "\n"
61 "# other grey PC keys\n"
62 "\n"
63 "key Enter : \"\\r\"\n"
64 "\n"
65 "key Home : \"\\E[1~\"\n"
66 "key Insert-Shift : \"\\E[2~\"\n"
67 "key Delete : \"\\E[3~\"\n"
68 "key End : \"\\E[4~\"\n"
69 "key Prior -Shift : \"\\E[5~\"\n"
70 "key Next -Shift : \"\\E[6~\"\n"
71 "\n"
72 "# function keys\n"
73 "\n"
74 "key F1 : \"\\E[11~\"\n"
75 "key F2 : \"\\E[12~\"\n"
76 "key F3 : \"\\E[13~\"\n"
77 "key F4 : \"\\E[14~\"\n"
78 "key F5 : \"\\E[15~\"\n"
79 "key F6 : \"\\E[17~\"\n"
80 "key F7 : \"\\E[18~\"\n"
81 "key F8 : \"\\E[19~\"\n"
82 "key F9 : \"\\E[20~\"\n"
83 "key F10 : \"\\E[21~\"\n"
84 "key F11 : \"\\E[23~\"\n"
85 "key F12 : \"\\E[24~\"\n"
86 "\n"
87 "# Work around dead keys\n"
88 "\n"
89 "key Space +Control : \"\\x00\"\n"
90 "\n"
91 "# Some keys are used by konsole to cause operations.\n"
92 "# The scroll* operations refer to the history buffer.\n"
93 "\n"
94 "key Left +Shift : prevSession\n"
95 "key Right +Shift : nextSession\n"
96 "key Up +Shift : scrollLineUp\n"
97 "key Prior +Shift : scrollPageUp\n"
98 "key Down +Shift : scrollLineDown\n"
99 "key Next +Shift : scrollPageDown\n"
100 "key Insert+Shift : emitSelection\n"
101 "\n"
102 "# keypad characters are not offered differently by Qt.\n"
103 ""