LibreOffice
LibreOffice 6.4 SDK API Reference
Key.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_awt_Key_idl__
20 #define __com_sun_star_awt_Key_idl__
21 
22 
23 
24  module com { module sun { module star { module awt {
25 
26 
30 published constants Key
31 {
32 
33  const short NUM0 = 256;
34 
35 
36  const short NUM1 = 257;
37 
38 
39  const short NUM2 = 258;
40 
41 
42  const short NUM3 = 259;
43 
44 
45  const short NUM4 = 260;
46 
47 
48  const short NUM5 = 261;
49 
50 
51  const short NUM6 = 262;
52 
53 
54  const short NUM7 = 263;
55 
56 
57  const short NUM8 = 264;
58 
59 
60  const short NUM9 = 265;
61 
62 
63  const short A = 512;
64 
65 
66  const short B = 513;
67 
68 
69  const short C = 514;
70 
71 
72  const short D = 515;
73 
74 
75  const short E = 516;
76 
77 
78  const short F = 517;
79 
80 
81  const short G = 518;
82 
83 
84  const short H = 519;
85 
86 
87  const short I = 520;
88 
89 
90  const short J = 521;
91 
92 
93  const short K = 522;
94 
95 
96  const short L = 523;
97 
98 
99  const short M = 524;
100 
101 
102  const short N = 525;
103 
104 
105  const short O = 526;
106 
107 
108  const short P = 527;
109 
110 
111  const short Q = 528;
112 
113 
114  const short R = 529;
115 
116 
117  const short S = 530;
118 
119 
120  const short T = 531;
121 
122 
123  const short U = 532;
124 
125 
126  const short V = 533;
127 
128 
129  const short W = 534;
130 
131 
132  const short X = 535;
133 
134 
135  const short Y = 536;
136 
137 
138  const short Z = 537;
139 
140 
141  const short F1 = 768;
142 
143 
144  const short F2 = 769;
145 
146 
147  const short F3 = 770;
148 
149 
150  const short F4 = 771;
151 
152 
153  const short F5 = 772;
154 
155 
156  const short F6 = 773;
157 
158 
159  const short F7 = 774;
160 
161 
162  const short F8 = 775;
163 
164 
165  const short F9 = 776;
166 
167 
168  const short F10 = 777;
169 
170 
171  const short F11 = 778;
172 
173 
174  const short F12 = 779;
175 
176 
177  const short F13 = 780;
178 
179 
180  const short F14 = 781;
181 
182 
183  const short F15 = 782;
184 
185 
186  const short F16 = 783;
187 
188 
189  const short F17 = 784;
190 
191 
192  const short F18 = 785;
193 
194 
195  const short F19 = 786;
196 
197 
198  const short F20 = 787;
199 
200 
201  const short F21 = 788;
202 
203 
204  const short F22 = 789;
205 
206 
207  const short F23 = 790;
208 
209 
210  const short F24 = 791;
211 
212 
213  const short F25 = 792;
214 
215 
216  const short F26 = 793;
217 
218 
219  const short DOWN = 1024;
220 
221 
222  const short UP = 1025;
223 
224 
225  const short LEFT = 1026;
226 
227 
228  const short RIGHT = 1027;
229 
230 
231  const short HOME = 1028;
232 
233 
234  const short END = 1029;
235 
236 
237  const short PAGEUP = 1030;
238 
239 
240  const short PAGEDOWN = 1031;
241 
242 
243  const short RETURN = 1280;
244 
245 
246  const short ESCAPE = 1281;
247 
248 
249  const short TAB = 1282;
250 
251 
252  const short BACKSPACE = 1283;
253 
254 
255  const short SPACE = 1284;
256 
257 
258  const short INSERT = 1285;
259 
260 
261  const short DELETE = 1286;
262 
263 
264  const short ADD = 1287;
265 
266 
267  const short SUBTRACT = 1288;
268 
269 
270  const short MULTIPLY = 1289;
271 
272 
273  const short DIVIDE = 1290;
274 
275 
276  const short POINT = 1291;
277 
278 
279  const short COMMA = 1292;
280 
281 
282  const short LESS = 1293;
283 
284 
285  const short GREATER = 1294;
286 
287 
288  const short EQUAL = 1295;
289 
290 
291  const short OPEN = 1296;
292 
293 
294  const short CUT = 1297;
295 
296 
297  const short COPY = 1298;
298 
299 
300  const short PASTE = 1299;
301 
302 
303  const short UNDO = 1300;
304 
305 
306  const short REPEAT = 1301;
307 
308 
309  const short FIND = 1302;
310 
311 
312  const short PROPERTIES = 1303;
313 
314 
315  const short FRONT = 1304;
316 
317 
318  const short CONTEXTMENU = 1305;
319 
320 
321  const short HELP = 1306;
322 
323 
324  const short MENU = 1307;
325 
326 
327  const short HANGUL_HANJA = 1308;
328 
329 
330  const short DECIMAL = 1309;
331 
332 
333  const short TILDE = 1310;
334 
335 
336  const short QUOTELEFT = 1311;
337 
338 
339  const short CAPSLOCK = 1312;
340 
341 
342  const short NUMLOCK = 1313;
343 
344 
345  const short SCROLLLOCK = 1314;
346 
347 
348  const short DELETE_TO_BEGIN_OF_LINE = 1536;
349 
350 
351  const short DELETE_TO_END_OF_LINE = 1537;
352 
353 
354  const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
355 
356 
357  const short BRACKETLEFT = 1315;
358 
359 
360  const short BRACKETRIGHT = 1316;
361 
362 
363  const short SEMICOLON = 1317;
364 
365 
367  const short QUOTERIGHT = 1318;
368 
369 
376  const short DELETE_TO_END_OF_PARAGRAPH = 1539;
377 
378 
379  const short DELETE_WORD_BACKWARD = 1540;
380 
381 
382  const short DELETE_WORD_FORWARD = 1541;
383 
384 
385  const short INSERT_LINEBREAK = 1542;
386 
387 
388  const short INSERT_PARAGRAPH = 1543;
389 
390 
391  const short MOVE_WORD_BACKWARD = 1544;
392 
393 
394  const short MOVE_WORD_FORWARD = 1545;
395 
396 
397  const short MOVE_TO_BEGIN_OF_LINE = 1546;
398 
399 
400  const short MOVE_TO_END_OF_LINE = 1547;
401 
402 
403  const short MOVE_TO_BEGIN_OF_PARAGRAPH = 1548;
404 
405 
406  const short MOVE_TO_END_OF_PARAGRAPH = 1549;
407 
408 
409  const short SELECT_BACKWARD = 1550;
410 
411 
412  const short SELECT_FORWARD = 1551;
413 
414 
415  const short SELECT_WORD_BACKWARD = 1552;
416 
417 
418  const short SELECT_WORD_FORWARD = 1553;
419 
420 
421  const short SELECT_WORD = 1554;
422 
423 
424  const short SELECT_LINE = 1555;
425 
426 
427  const short SELECT_PARAGRAPH = 1556;
428 
429 
430  const short SELECT_ALL = 1557;
431 
432 
433  const short SELECT_TO_BEGIN_OF_LINE = 1558;
434 
435 
436  const short SELECT_TO_END_OF_LINE = 1559;
437 
438 
439  const short MOVE_TO_BEGIN_OF_DOCUMENT = 1560;
440 
441 
442  const short MOVE_TO_END_OF_DOCUMENT = 1561;
443 
444 
445  const short SELECT_TO_BEGIN_OF_DOCUMENT = 1562;
446 
447 
448  const short SELECT_TO_END_OF_DOCUMENT = 1563;
449 
450 
451  const short SELECT_TO_BEGIN_OF_PARAGRAPH = 1564;
452 
453 
454  const short SELECT_TO_END_OF_PARAGRAPH = 1565;
455 };
456 
457 
458 }; }; }; };
459 
460 #endif
461 
462 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::awt::Key::F26
const short F26
Definition: Key.idl:216
com::sun::star::awt::Key::SELECT_PARAGRAPH
const short SELECT_PARAGRAPH
Definition: Key.idl:427
com::sun::star::awt::Key::NUM8
const short NUM8
Definition: Key.idl:57
com::sun::star::awt::Key::DELETE_TO_END_OF_PARAGRAPH
const short DELETE_TO_END_OF_PARAGRAPH
The following values don't correspond to physical keys on any keyboard but are used in the macOS impl...
Definition: Key.idl:376
com::sun::star::awt::Key::NUM2
const short NUM2
Definition: Key.idl:39
com::sun::star::awt::Key::MOVE_WORD_BACKWARD
const short MOVE_WORD_BACKWARD
Definition: Key.idl:391
com::sun::star::awt::Key::SELECT_WORD_FORWARD
const short SELECT_WORD_FORWARD
Definition: Key.idl:418
com::sun::star::awt::Key::F4
const short F4
Definition: Key.idl:150
com::sun::star::awt::Key::F15
const short F15
Definition: Key.idl:183
com::sun::star::awt::Key::O
const short O
Definition: Key.idl:105
com::sun::star::awt::Key::D
const short D
Definition: Key.idl:72
com::sun::star::awt::Key::F16
const short F16
Definition: Key.idl:186
com::sun::star::awt::Key::U
const short U
Definition: Key.idl:123
com::sun::star::awt::Key::SELECT_WORD_BACKWARD
const short SELECT_WORD_BACKWARD
Definition: Key.idl:415
com::sun::star::awt::Key::INSERT_PARAGRAPH
const short INSERT_PARAGRAPH
Definition: Key.idl:388
com::sun::star::awt::Key::REPEAT
const short REPEAT
Definition: Key.idl:306
com::sun::star::awt::Key::M
const short M
Definition: Key.idl:99
com::sun::star::awt::Key::HELP
const short HELP
Definition: Key.idl:321
com::sun::star::awt::Key::SCROLLLOCK
const short SCROLLLOCK
Definition: Key.idl:345
com::sun::star::awt::Key::S
const short S
Definition: Key.idl:117
com::sun::star::awt::Key::SELECT_FORWARD
const short SELECT_FORWARD
Definition: Key.idl:412
com::sun::star::awt::Key::LEFT
const short LEFT
Definition: Key.idl:225
com::sun::star::awt::Key::Y
const short Y
Definition: Key.idl:135
com::sun::star::awt::Key::F22
const short F22
Definition: Key.idl:204
com::sun::star::awt::Key::ADD
const short ADD
Definition: Key.idl:264
com::sun::star::awt::Key::J
const short J
Definition: Key.idl:90
com::sun::star::awt::Key::F19
const short F19
Definition: Key.idl:195
com::sun::star::awt::Key::Z
const short Z
Definition: Key.idl:138
com::sun::star::awt::Key::NUM4
const short NUM4
Definition: Key.idl:45
com::sun::star::awt::Key::K
const short K
Definition: Key.idl:93
com::sun::star::awt::Key::H
const short H
Definition: Key.idl:84
com::sun::star::awt::Key::ESCAPE
const short ESCAPE
Definition: Key.idl:246
com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_DOCUMENT
const short SELECT_TO_BEGIN_OF_DOCUMENT
Definition: Key.idl:445
com::sun::star::awt::Key::DECIMAL
const short DECIMAL
Definition: Key.idl:330
com::sun::star::awt::Key::DELETE
const short DELETE
Definition: Key.idl:261
com::sun::star::awt::Key::V
const short V
Definition: Key.idl:126
com::sun::star::awt::Key::G
const short G
Definition: Key.idl:81
com::sun::star::awt::Key::CONTEXTMENU
const short CONTEXTMENU
Definition: Key.idl:318
com::sun::star::awt::Key::F
const short F
Definition: Key.idl:78
com::sun::star::awt::Key::SPACE
const short SPACE
Definition: Key.idl:255
com::sun::star::awt::Key::MENU
const short MENU
Definition: Key.idl:324
com::sun::star::awt::Key::HOME
const short HOME
Definition: Key.idl:231
com::sun::star::awt::Key::L
const short L
Definition: Key.idl:96
com::sun::star::awt::Key::EQUAL
const short EQUAL
Definition: Key.idl:288
com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_DOCUMENT
const short MOVE_TO_BEGIN_OF_DOCUMENT
Definition: Key.idl:439
com::sun::star::awt::Key::SEMICOLON
const short SEMICOLON
Definition: Key.idl:363
com::sun::star::awt::Key::BRACKETLEFT
const short BRACKETLEFT
Definition: Key.idl:357
com::sun::star::awt::Key::SELECT_WORD
const short SELECT_WORD
Definition: Key.idl:421
com::sun::star::awt::Key::INSERT
const short INSERT
Definition: Key.idl:258
com::sun::star::awt::Key::NUM6
const short NUM6
Definition: Key.idl:51
com::sun::star::awt::Key::R
const short R
Definition: Key.idl:114
com::sun::star::awt::Key::INSERT_LINEBREAK
const short INSERT_LINEBREAK
Definition: Key.idl:385
com::sun::star::awt::Key::P
const short P
Definition: Key.idl:108
com::sun::star::awt::Key::SELECT_ALL
const short SELECT_ALL
Definition: Key.idl:430
com::sun::star::awt::Key::F6
const short F6
Definition: Key.idl:156
com::sun::star::awt::Key::DELETE_WORD_FORWARD
const short DELETE_WORD_FORWARD
Definition: Key.idl:382
com::sun::star::awt::Key::F12
const short F12
Definition: Key.idl:174
com::sun::star::awt::Key::QUOTERIGHT
const short QUOTERIGHT
Definition: Key.idl:367
com::sun::star::awt::Key::COPY
const short COPY
Definition: Key.idl:297
com::sun::star::awt::Key::RIGHT
const short RIGHT
Definition: Key.idl:228
com::sun::star::awt::Key::F20
const short F20
Definition: Key.idl:198
com::sun::star::awt::Key::PASTE
const short PASTE
Definition: Key.idl:300
com::sun::star::awt::Key::END
const short END
Definition: Key.idl:234
com::sun::star::awt::Key::OPEN
const short OPEN
Definition: Key.idl:291
com::sun::star::awt::Key::A
const short A
Definition: Key.idl:63
com::sun::star::awt::Key::MOVE_WORD_FORWARD
const short MOVE_WORD_FORWARD
Definition: Key.idl:394
com::sun::star::awt::Key::X
const short X
Definition: Key.idl:132
com::sun::star::awt::Key::F24
const short F24
Definition: Key.idl:210
com::sun::star::awt::Key::F21
const short F21
Definition: Key.idl:201
com::sun::star::awt::Key::FIND
const short FIND
Definition: Key.idl:309
com::sun::star::awt::Key::Q
const short Q
Definition: Key.idl:111
com::sun::star::awt::Key::SELECT_TO_END_OF_LINE
const short SELECT_TO_END_OF_LINE
Definition: Key.idl:436
com::sun::star::awt::Key::F25
const short F25
Definition: Key.idl:213
com::sun::star::awt::Key::W
const short W
Definition: Key.idl:129
com::sun::star::awt::Key::NUM5
const short NUM5
Definition: Key.idl:48
com::sun::star::awt::Key::DIVIDE
const short DIVIDE
Definition: Key.idl:273
com::sun::star::awt::Key::NUM3
const short NUM3
Definition: Key.idl:42
com::sun::star::awt::Key::SELECT_TO_END_OF_DOCUMENT
const short SELECT_TO_END_OF_DOCUMENT
Definition: Key.idl:448
com::sun::star::awt::Key::DOWN
const short DOWN
Definition: Key.idl:219
com::sun::star::awt::Key::BACKSPACE
const short BACKSPACE
Definition: Key.idl:252
com::sun::star::awt::Key::GREATER
const short GREATER
Definition: Key.idl:285
com::sun::star::awt::Key::N
const short N
Definition: Key.idl:102
com::sun::star::awt::Key::C
const short C
Definition: Key.idl:69
com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE
const short MOVE_TO_BEGIN_OF_LINE
Definition: Key.idl:397
com::sun::star::awt::Key::F11
const short F11
Definition: Key.idl:171
com::sun::star::awt::Key::NUM7
const short NUM7
Definition: Key.idl:54
com::sun::star::awt::Key::T
const short T
Definition: Key.idl:120
com::sun::star::awt::Key::FRONT
const short FRONT
Definition: Key.idl:315
com::sun::star::awt::Key::BRACKETRIGHT
const short BRACKETRIGHT
Definition: Key.idl:360
com::sun::star::awt::Key::TILDE
const short TILDE
Definition: Key.idl:333
com::sun::star::awt::Key::SUBTRACT
const short SUBTRACT
Definition: Key.idl:267
com::sun::star::awt::Key::F1
const short F1
Definition: Key.idl:141
com::sun::star::awt::Key::DELETE_WORD_BACKWARD
const short DELETE_WORD_BACKWARD
Definition: Key.idl:379
com::sun::star::awt::Key::MOVE_TO_END_OF_PARAGRAPH
const short MOVE_TO_END_OF_PARAGRAPH
Definition: Key.idl:406
com::sun::star::awt::Key::CUT
const short CUT
Definition: Key.idl:294
com::sun::star::awt::Key::MOVE_TO_END_OF_LINE
const short MOVE_TO_END_OF_LINE
Definition: Key.idl:400
com::sun::star::awt::Key::F5
const short F5
Definition: Key.idl:153
com::sun::star::awt::Key::F23
const short F23
Definition: Key.idl:207
com::sun::star::awt::Key::NUM9
const short NUM9
Definition: Key.idl:60
com::sun::star::awt::Key::F9
const short F9
Definition: Key.idl:165
com::sun::star::awt::Key::SELECT_TO_END_OF_PARAGRAPH
const short SELECT_TO_END_OF_PARAGRAPH
Definition: Key.idl:454
com::sun::star::awt::Key::F14
const short F14
Definition: Key.idl:180
com::sun::star::awt::Key::CAPSLOCK
const short CAPSLOCK
Definition: Key.idl:339
com::sun::star::awt::Key::QUOTELEFT
const short QUOTELEFT
Definition: Key.idl:336
com::sun::star::awt::Key::DELETE_TO_END_OF_LINE
const short DELETE_TO_END_OF_LINE
Definition: Key.idl:351
com
Definition: Ambiguous.idl:22
com::sun::star::awt::Key::SELECT_LINE
const short SELECT_LINE
Definition: Key.idl:424
com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH
const short MOVE_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:403
com::sun::star::awt::Key::TAB
const short TAB
Definition: Key.idl:249
com::sun::star::awt::Key::F10
const short F10
Definition: Key.idl:168
com::sun::star::awt::Key::F7
const short F7
Definition: Key.idl:159
com::sun::star::awt::Key::MULTIPLY
const short MULTIPLY
Definition: Key.idl:270
com::sun::star::awt::Key::COMMA
const short COMMA
Definition: Key.idl:279
com::sun::star::awt::Key::E
const short E
Definition: Key.idl:75
com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE
const short SELECT_TO_BEGIN_OF_LINE
Definition: Key.idl:433
com::sun::star::awt::Key::LESS
const short LESS
Definition: Key.idl:282
com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_PARAGRAPH
const short DELETE_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:354
com::sun::star::awt::Key::SELECT_BACKWARD
const short SELECT_BACKWARD
Definition: Key.idl:409
com::sun::star::awt::Key::NUM1
const short NUM1
Definition: Key.idl:36
com::sun::star::awt::Key::MOVE_TO_END_OF_DOCUMENT
const short MOVE_TO_END_OF_DOCUMENT
Definition: Key.idl:442
com::sun::star::awt::Key::F17
const short F17
Definition: Key.idl:189
com::sun::star::awt::Key::B
const short B
Definition: Key.idl:66
com::sun::star::awt::Key::RETURN
const short RETURN
Definition: Key.idl:243
com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_LINE
const short DELETE_TO_BEGIN_OF_LINE
Definition: Key.idl:348
com::sun::star::awt::Key::F3
const short F3
Definition: Key.idl:147
com::sun::star::awt::Key::POINT
const short POINT
Definition: Key.idl:276
com::sun::star::awt::Key::NUM0
const short NUM0
Definition: Key.idl:33
com::sun::star::awt::Key::I
const short I
Definition: Key.idl:87
com::sun::star::awt::Key::PROPERTIES
const short PROPERTIES
Definition: Key.idl:312
com::sun::star::awt::Key::NUMLOCK
const short NUMLOCK
Definition: Key.idl:342
com::sun::star::awt::Key::PAGEUP
const short PAGEUP
Definition: Key.idl:237
com::sun::star::awt::Key::F8
const short F8
Definition: Key.idl:162
com::sun::star::awt::Key::F2
const short F2
Definition: Key.idl:144
com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_PARAGRAPH
const short SELECT_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:451
com::sun::star::awt::Key::UP
const short UP
Definition: Key.idl:222
com::sun::star::awt::Key::HANGUL_HANJA
const short HANGUL_HANJA
Definition: Key.idl:327
com::sun::star::awt::Key::F13
const short F13
Definition: Key.idl:177
com::sun::star::awt::Key::PAGEDOWN
const short PAGEDOWN
Definition: Key.idl:240
com::sun::star::awt::Key::F18
const short F18
Definition: Key.idl:192
com::sun::star::awt::Key::UNDO
const short UNDO
Definition: Key.idl:303