Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
kdecore
kdecore
kdecore
kckey.cpp
1
// This file has been automatically generated by "generate_keys.sh"
2
// Distributed under the GNU Library General Public License
3
4
#include <tqnamespace.h>
5
#include "kckey.h"
6
7
const
KKeys kde_KKEYS[NB_KEYS] = {
8
{
"Escape"
, 0x1000 },
// translated
9
{
"Tab"
, 0x1001 },
// translated
10
{
"Backtab"
, 0x1002 },
// translated
11
{
"Backspace"
, 0x1003 },
// translated
12
{
"Return"
, 0x1004 },
// translated
13
{
"Enter"
, 0x1005 },
// translated
14
{
"Insert"
, 0x1006 },
// translated
15
{
"Delete"
, 0x1007 },
// translated
16
{
"Pause"
, 0x1008 },
// translated
17
{
"Print"
, 0x1009 },
// translated
18
{
"SysReq"
, 0x100a },
// translated
19
{
"Clear"
, 0x100b },
20
{
"Home"
, 0x1010 },
// translated
21
{
"End"
, 0x1011 },
// translated
22
{
"Left"
, 0x1012 },
// translated
23
{
"Up"
, 0x1013 },
// translated
24
{
"Right"
, 0x1014 },
// translated
25
{
"Down"
, 0x1015 },
// translated
26
{
"Prior"
, 0x1016 },
// translated
27
{
"Next"
, 0x1017 },
// translated
28
{
"Shift"
, 0x1020 },
// translated
29
{
"Control"
, 0x1021 },
// translated
30
{
"Meta"
, 0x1022 },
// translated
31
{
"Alt"
, 0x1023 },
// translated
32
{
"CapsLock"
, 0x1024 },
// translated
33
{
"NumLock"
, 0x1025 },
// translated
34
{
"ScrollLock"
, 0x1026 },
// translated
35
{
"F1"
, 0x1030 },
36
{
"F2"
, 0x1031 },
37
{
"F3"
, 0x1032 },
38
{
"F4"
, 0x1033 },
39
{
"F5"
, 0x1034 },
40
{
"F6"
, 0x1035 },
41
{
"F7"
, 0x1036 },
42
{
"F8"
, 0x1037 },
43
{
"F9"
, 0x1038 },
44
{
"F10"
, 0x1039 },
45
{
"F11"
, 0x103a },
46
{
"F12"
, 0x103b },
47
{
"F13"
, 0x103c },
48
{
"F14"
, 0x103d },
49
{
"F15"
, 0x103e },
50
{
"F16"
, 0x103f },
51
{
"F17"
, 0x1040 },
52
{
"F18"
, 0x1041 },
53
{
"F19"
, 0x1042 },
54
{
"F20"
, 0x1043 },
55
{
"F21"
, 0x1044 },
56
{
"F22"
, 0x1045 },
57
{
"F23"
, 0x1046 },
58
{
"F24"
, 0x1047 },
59
{
"F25"
, 0x1048 },
60
{
"F26"
, 0x1049 },
61
{
"F27"
, 0x104a },
62
{
"F28"
, 0x104b },
63
{
"F29"
, 0x104c },
64
{
"F30"
, 0x104d },
65
{
"F31"
, 0x104e },
66
{
"F32"
, 0x104f },
67
{
"F33"
, 0x1050 },
68
{
"F34"
, 0x1051 },
69
{
"F35"
, 0x1052 },
70
{
"Super_L"
, 0x1053 },
71
{
"Super_R"
, 0x1054 },
72
{
"Menu"
, 0x1055 },
// translated
73
{
"Hyper_L"
, 0x1056 },
74
{
"Hyper_R"
, 0x1057 },
75
{
"Help"
, 0x1058 },
// translated
76
{
"Direction_L"
, 0x1059 },
77
{
"Direction_R"
, 0x1060 },
78
{
"Space"
, 0x20 },
// translated
79
{
"Any"
, Qt::Key_Space },
80
{
"Exclam"
, 0x21 },
// translated
81
{
"QuoteDbl"
, 0x22 },
82
{
"NumberSign"
, 0x23 },
// translated
83
{
"Dollar"
, 0x24 },
// translated
84
{
"Percent"
, 0x25 },
// translated
85
{
"Ampersand"
, 0x26 },
// translated
86
{
"Apostrophe"
, 0x27 },
// translated
87
{
"ParenLeft"
, 0x28 },
// translated
88
{
"ParenRight"
, 0x29 },
// translated
89
{
"Asterisk"
, 0x2a },
// translated
90
{
"Plus"
, 0x2b },
// translated
91
{
"Comma"
, 0x2c },
// translated
92
{
"Minus"
, 0x2d },
// translated
93
{
"Period"
, 0x2e },
// translated
94
{
"Slash"
, 0x2f },
// translated
95
{
"0"
, 0x30 },
96
{
"1"
, 0x31 },
97
{
"2"
, 0x32 },
98
{
"3"
, 0x33 },
99
{
"4"
, 0x34 },
100
{
"5"
, 0x35 },
101
{
"6"
, 0x36 },
102
{
"7"
, 0x37 },
103
{
"8"
, 0x38 },
104
{
"9"
, 0x39 },
105
{
"Colon"
, 0x3a },
// translated
106
{
"Semicolon"
, 0x3b },
// translated
107
{
"Less"
, 0x3c },
// translated
108
{
"Equal"
, 0x3d },
// translated
109
{
"Greater"
, 0x3e },
// translated
110
{
"Question"
, 0x3f },
// translated
111
{
"At"
, 0x40 },
112
{
"A"
, 0x41 },
113
{
"B"
, 0x42 },
114
{
"C"
, 0x43 },
115
{
"D"
, 0x44 },
116
{
"E"
, 0x45 },
117
{
"F"
, 0x46 },
118
{
"G"
, 0x47 },
119
{
"H"
, 0x48 },
120
{
"I"
, 0x49 },
121
{
"J"
, 0x4a },
122
{
"K"
, 0x4b },
123
{
"L"
, 0x4c },
124
{
"M"
, 0x4d },
125
{
"N"
, 0x4e },
126
{
"O"
, 0x4f },
127
{
"P"
, 0x50 },
128
{
"Q"
, 0x51 },
129
{
"R"
, 0x52 },
130
{
"S"
, 0x53 },
131
{
"T"
, 0x54 },
132
{
"U"
, 0x55 },
133
{
"V"
, 0x56 },
134
{
"W"
, 0x57 },
135
{
"X"
, 0x58 },
136
{
"Y"
, 0x59 },
137
{
"Z"
, 0x5a },
138
{
"BracketLeft"
, 0x5b },
// translated
139
{
"Backslash"
, 0x5c },
// translated
140
{
"BracketRight"
, 0x5d },
// translated
141
{
"AsciiCircum"
, 0x5e },
// translated
142
{
"Underscore"
, 0x5f },
// translated
143
{
"QuoteLeft"
, 0x60 },
// translated
144
{
"BraceLeft"
, 0x7b },
// translated
145
{
"Bar"
, 0x7c },
146
{
"BraceRight"
, 0x7d },
// translated
147
{
"AsciiTilde"
, 0x7e },
// translated
148
{
"nobreakspace"
, 0x0a0 },
149
{
"exclamdown"
, 0x0a1 },
150
{
"cent"
, 0x0a2 },
151
{
"sterling"
, 0x0a3 },
152
{
"currency"
, 0x0a4 },
153
{
"yen"
, 0x0a5 },
154
{
"brokenbar"
, 0x0a6 },
155
{
"section"
, 0x0a7 },
156
{
"diaeresis"
, 0x0a8 },
157
{
"copyright"
, 0x0a9 },
158
{
"ordfeminine"
, 0x0aa },
159
{
"guillemotleft"
, 0x0ab },
160
{
"notsign"
, 0x0ac },
161
{
"hyphen"
, 0x0ad },
162
{
"registered"
, 0x0ae },
163
{
"macron"
, 0x0af },
164
{
"degree"
, 0x0b0 },
165
{
"plusminus"
, 0x0b1 },
166
{
"twosuperior"
, 0x0b2 },
167
{
"threesuperior"
, 0x0b3 },
168
{
"acute"
, 0x0b4 },
169
{
"mu"
, 0x0b5 },
170
{
"paragraph"
, 0x0b6 },
171
{
"periodcentered"
, 0x0b7 },
172
{
"cedilla"
, 0x0b8 },
173
{
"onesuperior"
, 0x0b9 },
174
{
"masculine"
, 0x0ba },
175
{
"guillemotright"
, 0x0bb },
176
{
"onequarter"
, 0x0bc },
177
{
"onehalf"
, 0x0bd },
178
{
"threequarters"
, 0x0be },
179
{
"questiondown"
, 0x0bf },
180
{
"Agrave"
, 0x0c0 },
181
{
"Aacute"
, 0x0c1 },
182
{
"Acircumflex"
, 0x0c2 },
183
{
"Atilde"
, 0x0c3 },
184
{
"Adiaeresis"
, 0x0c4 },
185
{
"Aring"
, 0x0c5 },
186
{
"AE"
, 0x0c6 },
187
{
"Ccedilla"
, 0x0c7 },
188
{
"Egrave"
, 0x0c8 },
189
{
"Eacute"
, 0x0c9 },
190
{
"Ecircumflex"
, 0x0ca },
191
{
"Ediaeresis"
, 0x0cb },
192
{
"Igrave"
, 0x0cc },
193
{
"Iacute"
, 0x0cd },
194
{
"Icircumflex"
, 0x0ce },
195
{
"Idiaeresis"
, 0x0cf },
196
{
"ETH"
, 0x0d0 },
197
{
"Ntilde"
, 0x0d1 },
198
{
"Ograve"
, 0x0d2 },
199
{
"Oacute"
, 0x0d3 },
200
{
"Ocircumflex"
, 0x0d4 },
201
{
"Otilde"
, 0x0d5 },
202
{
"Odiaeresis"
, 0x0d6 },
203
{
"multiply"
, 0x0d7 },
204
{
"Ooblique"
, 0x0d8 },
205
{
"Ugrave"
, 0x0d9 },
206
{
"Uacute"
, 0x0da },
207
{
"Ucircumflex"
, 0x0db },
208
{
"Udiaeresis"
, 0x0dc },
209
{
"Yacute"
, 0x0dd },
210
{
"THORN"
, 0x0de },
211
{
"ssharp"
, 0x0df },
212
{
"agrave"
, 0x0e0 },
213
{
"aacute"
, 0x0e1 },
214
{
"acircumflex"
, 0x0e2 },
215
{
"atilde"
, 0x0e3 },
216
{
"adiaeresis"
, 0x0e4 },
217
{
"aring"
, 0x0e5 },
218
{
"ae"
, 0x0e6 },
219
{
"ccedilla"
, 0x0e7 },
220
{
"egrave"
, 0x0e8 },
221
{
"eacute"
, 0x0e9 },
222
{
"ecircumflex"
, 0x0ea },
223
{
"ediaeresis"
, 0x0eb },
224
{
"igrave"
, 0x0ec },
225
{
"iacute"
, 0x0ed },
226
{
"icircumflex"
, 0x0ee },
227
{
"idiaeresis"
, 0x0ef },
228
{
"eth"
, 0x0f0 },
229
{
"ntilde"
, 0x0f1 },
230
{
"ograve"
, 0x0f2 },
231
{
"oacute"
, 0x0f3 },
232
{
"ocircumflex"
, 0x0f4 },
233
{
"otilde"
, 0x0f5 },
234
{
"odiaeresis"
, 0x0f6 },
235
{
"division"
, 0x0f7 },
236
{
"oslash"
, 0x0f8 },
237
{
"ugrave"
, 0x0f9 },
238
{
"uacute"
, 0x0fa },
239
{
"ucircumflex"
, 0x0fb },
240
{
"udiaeresis"
, 0x0fc },
241
{
"yacute"
, 0x0fd },
242
{
"thorn"
, 0x0fe },
243
{
"ydiaeresis"
, 0x0ff },
244
{
"Back "
, 0x1061 },
245
{
"Forward "
, 0x1062 },
246
{
"Stop "
, 0x1063 },
247
{
"Refresh "
, 0x1064 },
248
{
"VolumeDown"
, 0x1070 },
249
{
"VolumeMute "
, 0x1071 },
250
{
"VolumeUp"
, 0x1072 },
251
{
"BassBoost"
, 0x1073 },
252
{
"BassUp"
, 0x1074 },
253
{
"BassDown"
, 0x1075 },
254
{
"TrebleUp"
, 0x1076 },
255
{
"TrebleDown"
, 0x1077 },
256
{
"MediaPlay "
, 0x1080 },
257
{
"MediaStop "
, 0x1081 },
258
{
"MediaPrev "
, 0x1082 },
259
{
"MediaNext "
, 0x1083 },
260
{
"MediaRecord"
, 0x1084 },
261
{
"HomePage "
, 0x1090 },
262
{
"Favorites "
, 0x1091 },
263
{
"Search "
, 0x1092 },
264
{
"Standby"
, 0x1093 },
265
{
"OpenUrl"
, 0x1094 },
266
{
"LaunchMail "
, 0x10a0 },
267
{
"LaunchMedia"
, 0x10a1 },
268
{
"Launch0 "
, 0x10a2 },
269
{
"Launch1 "
, 0x10a3 },
270
{
"Launch2 "
, 0x10a4 },
271
{
"Launch3 "
, 0x10a5 },
272
{
"Launch4 "
, 0x10a6 },
273
{
"Launch5 "
, 0x10a7 },
274
{
"Launch6 "
, 0x10a8 },
275
{
"Launch7 "
, 0x10a9 },
276
{
"Launch8 "
, 0x10aa },
277
{
"Launch9 "
, 0x10ab },
278
{
"LaunchA "
, 0x10ac },
279
{
"LaunchB "
, 0x10ad },
280
{
"LaunchC "
, 0x10ae },
281
{
"LaunchD "
, 0x10af },
282
{
"LaunchE "
, 0x10b0 },
283
{
"LaunchF "
, 0x10b1 },
284
{
"MediaLast"
, 0x1fff },
285
{
"unknown"
, 0xffff }
286
};
kdecore
Skip menu "kdecore"
Main Page
Modules
Namespace List
Class Hierarchy
Alphabetical List
Class List
File List
Namespace Members
Class Members
Related Pages
kdecore
Skip menu "kdecore"
arts
dcop
dnssd
interfaces
interface
library
kspeech
ktexteditor
kabc
kate
kcmshell
kdecore
kded
kdefx
kdeprint
kdesu
kdeui
kdoctools
khtml
kimgio
kinit
kio
bookmarks
httpfilter
kfile
kio
kioexec
kpasswdserver
kssl
kioslave
http
kjs
kmdi
kmdi
knewstuff
kparts
krandr
kresources
kspell2
kunittest
kutils
kwallet
libkmid
libkscreensaver