xref: /AOO42X/main/offapi/com/sun/star/awt/Key.idl (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef __com_sun_star_awt_Key_idl__
28*cdf0e10cSrcweir#define __com_sun_star_awt_Key_idl__
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir//=============================================================================
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir module com {  module sun {  module star {  module awt {
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir//=============================================================================
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir/** These values are used to specifies distinct physical keys.
38*cdf0e10cSrcweir */
39*cdf0e10cSrcweirpublished constants Key
40*cdf0e10cSrcweir{
41*cdf0e10cSrcweir    //-------------------------------------------------------------------------
42*cdf0e10cSrcweir
43*cdf0e10cSrcweir    const short NUM0 = 256;
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir    //-------------------------------------------------------------------------
46*cdf0e10cSrcweir
47*cdf0e10cSrcweir    const short NUM1 = 257;
48*cdf0e10cSrcweir
49*cdf0e10cSrcweir    //-------------------------------------------------------------------------
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir    const short NUM2 = 258;
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir    //-------------------------------------------------------------------------
54*cdf0e10cSrcweir
55*cdf0e10cSrcweir    const short NUM3 = 259;
56*cdf0e10cSrcweir
57*cdf0e10cSrcweir    //-------------------------------------------------------------------------
58*cdf0e10cSrcweir
59*cdf0e10cSrcweir    const short NUM4 = 260;
60*cdf0e10cSrcweir
61*cdf0e10cSrcweir    //-------------------------------------------------------------------------
62*cdf0e10cSrcweir
63*cdf0e10cSrcweir    const short NUM5 = 261;
64*cdf0e10cSrcweir
65*cdf0e10cSrcweir    //-------------------------------------------------------------------------
66*cdf0e10cSrcweir
67*cdf0e10cSrcweir    const short NUM6 = 262;
68*cdf0e10cSrcweir
69*cdf0e10cSrcweir    //-------------------------------------------------------------------------
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir    const short NUM7 = 263;
72*cdf0e10cSrcweir
73*cdf0e10cSrcweir    //-------------------------------------------------------------------------
74*cdf0e10cSrcweir
75*cdf0e10cSrcweir    const short NUM8 = 264;
76*cdf0e10cSrcweir
77*cdf0e10cSrcweir    //-------------------------------------------------------------------------
78*cdf0e10cSrcweir
79*cdf0e10cSrcweir    const short NUM9 = 265;
80*cdf0e10cSrcweir
81*cdf0e10cSrcweir    //-------------------------------------------------------------------------
82*cdf0e10cSrcweir
83*cdf0e10cSrcweir    const short A = 512;
84*cdf0e10cSrcweir
85*cdf0e10cSrcweir    //-------------------------------------------------------------------------
86*cdf0e10cSrcweir
87*cdf0e10cSrcweir    const short B = 513;
88*cdf0e10cSrcweir
89*cdf0e10cSrcweir    //-------------------------------------------------------------------------
90*cdf0e10cSrcweir
91*cdf0e10cSrcweir    const short C = 514;
92*cdf0e10cSrcweir
93*cdf0e10cSrcweir    //-------------------------------------------------------------------------
94*cdf0e10cSrcweir
95*cdf0e10cSrcweir    const short D = 515;
96*cdf0e10cSrcweir
97*cdf0e10cSrcweir    //-------------------------------------------------------------------------
98*cdf0e10cSrcweir
99*cdf0e10cSrcweir    const short E = 516;
100*cdf0e10cSrcweir
101*cdf0e10cSrcweir    //-------------------------------------------------------------------------
102*cdf0e10cSrcweir
103*cdf0e10cSrcweir    const short F = 517;
104*cdf0e10cSrcweir
105*cdf0e10cSrcweir    //-------------------------------------------------------------------------
106*cdf0e10cSrcweir
107*cdf0e10cSrcweir    const short G = 518;
108*cdf0e10cSrcweir
109*cdf0e10cSrcweir    //-------------------------------------------------------------------------
110*cdf0e10cSrcweir
111*cdf0e10cSrcweir    const short H = 519;
112*cdf0e10cSrcweir
113*cdf0e10cSrcweir    //-------------------------------------------------------------------------
114*cdf0e10cSrcweir
115*cdf0e10cSrcweir    const short I = 520;
116*cdf0e10cSrcweir
117*cdf0e10cSrcweir    //-------------------------------------------------------------------------
118*cdf0e10cSrcweir
119*cdf0e10cSrcweir    const short J = 521;
120*cdf0e10cSrcweir
121*cdf0e10cSrcweir    //-------------------------------------------------------------------------
122*cdf0e10cSrcweir
123*cdf0e10cSrcweir    const short K = 522;
124*cdf0e10cSrcweir
125*cdf0e10cSrcweir    //-------------------------------------------------------------------------
126*cdf0e10cSrcweir
127*cdf0e10cSrcweir    const short L = 523;
128*cdf0e10cSrcweir
129*cdf0e10cSrcweir    //-------------------------------------------------------------------------
130*cdf0e10cSrcweir
131*cdf0e10cSrcweir    const short M = 524;
132*cdf0e10cSrcweir
133*cdf0e10cSrcweir    //-------------------------------------------------------------------------
134*cdf0e10cSrcweir
135*cdf0e10cSrcweir    const short N = 525;
136*cdf0e10cSrcweir
137*cdf0e10cSrcweir    //-------------------------------------------------------------------------
138*cdf0e10cSrcweir
139*cdf0e10cSrcweir    const short O = 526;
140*cdf0e10cSrcweir
141*cdf0e10cSrcweir    //-------------------------------------------------------------------------
142*cdf0e10cSrcweir
143*cdf0e10cSrcweir    const short P = 527;
144*cdf0e10cSrcweir
145*cdf0e10cSrcweir    //-------------------------------------------------------------------------
146*cdf0e10cSrcweir
147*cdf0e10cSrcweir    const short Q = 528;
148*cdf0e10cSrcweir
149*cdf0e10cSrcweir    //-------------------------------------------------------------------------
150*cdf0e10cSrcweir
151*cdf0e10cSrcweir    const short R = 529;
152*cdf0e10cSrcweir
153*cdf0e10cSrcweir    //-------------------------------------------------------------------------
154*cdf0e10cSrcweir
155*cdf0e10cSrcweir    const short S = 530;
156*cdf0e10cSrcweir
157*cdf0e10cSrcweir    //-------------------------------------------------------------------------
158*cdf0e10cSrcweir
159*cdf0e10cSrcweir    const short T = 531;
160*cdf0e10cSrcweir
161*cdf0e10cSrcweir    //-------------------------------------------------------------------------
162*cdf0e10cSrcweir
163*cdf0e10cSrcweir    const short U = 532;
164*cdf0e10cSrcweir
165*cdf0e10cSrcweir    //-------------------------------------------------------------------------
166*cdf0e10cSrcweir
167*cdf0e10cSrcweir    const short V = 533;
168*cdf0e10cSrcweir
169*cdf0e10cSrcweir    //-------------------------------------------------------------------------
170*cdf0e10cSrcweir
171*cdf0e10cSrcweir    const short W = 534;
172*cdf0e10cSrcweir
173*cdf0e10cSrcweir    //-------------------------------------------------------------------------
174*cdf0e10cSrcweir
175*cdf0e10cSrcweir    const short X = 535;
176*cdf0e10cSrcweir
177*cdf0e10cSrcweir    //-------------------------------------------------------------------------
178*cdf0e10cSrcweir
179*cdf0e10cSrcweir    const short Y = 536;
180*cdf0e10cSrcweir
181*cdf0e10cSrcweir    //-------------------------------------------------------------------------
182*cdf0e10cSrcweir
183*cdf0e10cSrcweir    const short Z = 537;
184*cdf0e10cSrcweir
185*cdf0e10cSrcweir    //-------------------------------------------------------------------------
186*cdf0e10cSrcweir
187*cdf0e10cSrcweir    const short F1 = 768;
188*cdf0e10cSrcweir
189*cdf0e10cSrcweir    //-------------------------------------------------------------------------
190*cdf0e10cSrcweir
191*cdf0e10cSrcweir    const short F2 = 769;
192*cdf0e10cSrcweir
193*cdf0e10cSrcweir    //-------------------------------------------------------------------------
194*cdf0e10cSrcweir
195*cdf0e10cSrcweir    const short F3 = 770;
196*cdf0e10cSrcweir
197*cdf0e10cSrcweir    //-------------------------------------------------------------------------
198*cdf0e10cSrcweir
199*cdf0e10cSrcweir    const short F4 = 771;
200*cdf0e10cSrcweir
201*cdf0e10cSrcweir    //-------------------------------------------------------------------------
202*cdf0e10cSrcweir
203*cdf0e10cSrcweir    const short F5 = 772;
204*cdf0e10cSrcweir
205*cdf0e10cSrcweir    //-------------------------------------------------------------------------
206*cdf0e10cSrcweir
207*cdf0e10cSrcweir    const short F6 = 773;
208*cdf0e10cSrcweir
209*cdf0e10cSrcweir    //-------------------------------------------------------------------------
210*cdf0e10cSrcweir
211*cdf0e10cSrcweir    const short F7 = 774;
212*cdf0e10cSrcweir
213*cdf0e10cSrcweir    //-------------------------------------------------------------------------
214*cdf0e10cSrcweir
215*cdf0e10cSrcweir    const short F8 = 775;
216*cdf0e10cSrcweir
217*cdf0e10cSrcweir    //-------------------------------------------------------------------------
218*cdf0e10cSrcweir
219*cdf0e10cSrcweir    const short F9 = 776;
220*cdf0e10cSrcweir
221*cdf0e10cSrcweir    //-------------------------------------------------------------------------
222*cdf0e10cSrcweir
223*cdf0e10cSrcweir    const short F10 = 777;
224*cdf0e10cSrcweir
225*cdf0e10cSrcweir    //-------------------------------------------------------------------------
226*cdf0e10cSrcweir
227*cdf0e10cSrcweir    const short F11 = 778;
228*cdf0e10cSrcweir
229*cdf0e10cSrcweir    //-------------------------------------------------------------------------
230*cdf0e10cSrcweir
231*cdf0e10cSrcweir    const short F12 = 779;
232*cdf0e10cSrcweir
233*cdf0e10cSrcweir    //-------------------------------------------------------------------------
234*cdf0e10cSrcweir
235*cdf0e10cSrcweir    const short F13 = 780;
236*cdf0e10cSrcweir
237*cdf0e10cSrcweir    //-------------------------------------------------------------------------
238*cdf0e10cSrcweir
239*cdf0e10cSrcweir    const short F14 = 781;
240*cdf0e10cSrcweir
241*cdf0e10cSrcweir    //-------------------------------------------------------------------------
242*cdf0e10cSrcweir
243*cdf0e10cSrcweir    const short F15 = 782;
244*cdf0e10cSrcweir
245*cdf0e10cSrcweir    //-------------------------------------------------------------------------
246*cdf0e10cSrcweir
247*cdf0e10cSrcweir    const short F16 = 783;
248*cdf0e10cSrcweir
249*cdf0e10cSrcweir    //-------------------------------------------------------------------------
250*cdf0e10cSrcweir
251*cdf0e10cSrcweir    const short F17 = 784;
252*cdf0e10cSrcweir
253*cdf0e10cSrcweir    //-------------------------------------------------------------------------
254*cdf0e10cSrcweir
255*cdf0e10cSrcweir    const short F18 = 785;
256*cdf0e10cSrcweir
257*cdf0e10cSrcweir    //-------------------------------------------------------------------------
258*cdf0e10cSrcweir
259*cdf0e10cSrcweir    const short F19 = 786;
260*cdf0e10cSrcweir
261*cdf0e10cSrcweir    //-------------------------------------------------------------------------
262*cdf0e10cSrcweir
263*cdf0e10cSrcweir    const short F20 = 787;
264*cdf0e10cSrcweir
265*cdf0e10cSrcweir    //-------------------------------------------------------------------------
266*cdf0e10cSrcweir
267*cdf0e10cSrcweir    const short F21 = 788;
268*cdf0e10cSrcweir
269*cdf0e10cSrcweir    //-------------------------------------------------------------------------
270*cdf0e10cSrcweir
271*cdf0e10cSrcweir    const short F22 = 789;
272*cdf0e10cSrcweir
273*cdf0e10cSrcweir    //-------------------------------------------------------------------------
274*cdf0e10cSrcweir
275*cdf0e10cSrcweir    const short F23 = 790;
276*cdf0e10cSrcweir
277*cdf0e10cSrcweir    //-------------------------------------------------------------------------
278*cdf0e10cSrcweir
279*cdf0e10cSrcweir    const short F24 = 791;
280*cdf0e10cSrcweir
281*cdf0e10cSrcweir    //-------------------------------------------------------------------------
282*cdf0e10cSrcweir
283*cdf0e10cSrcweir    const short F25 = 792;
284*cdf0e10cSrcweir
285*cdf0e10cSrcweir    //-------------------------------------------------------------------------
286*cdf0e10cSrcweir
287*cdf0e10cSrcweir    const short F26 = 793;
288*cdf0e10cSrcweir
289*cdf0e10cSrcweir    //-------------------------------------------------------------------------
290*cdf0e10cSrcweir
291*cdf0e10cSrcweir    const short DOWN = 1024;
292*cdf0e10cSrcweir
293*cdf0e10cSrcweir    //-------------------------------------------------------------------------
294*cdf0e10cSrcweir
295*cdf0e10cSrcweir    const short UP = 1025;
296*cdf0e10cSrcweir
297*cdf0e10cSrcweir    //-------------------------------------------------------------------------
298*cdf0e10cSrcweir
299*cdf0e10cSrcweir    const short LEFT = 1026;
300*cdf0e10cSrcweir
301*cdf0e10cSrcweir    //-------------------------------------------------------------------------
302*cdf0e10cSrcweir
303*cdf0e10cSrcweir    const short RIGHT = 1027;
304*cdf0e10cSrcweir
305*cdf0e10cSrcweir    //-------------------------------------------------------------------------
306*cdf0e10cSrcweir
307*cdf0e10cSrcweir    const short HOME = 1028;
308*cdf0e10cSrcweir
309*cdf0e10cSrcweir    //-------------------------------------------------------------------------
310*cdf0e10cSrcweir
311*cdf0e10cSrcweir    const short END = 1029;
312*cdf0e10cSrcweir
313*cdf0e10cSrcweir    //-------------------------------------------------------------------------
314*cdf0e10cSrcweir
315*cdf0e10cSrcweir    const short PAGEUP = 1030;
316*cdf0e10cSrcweir
317*cdf0e10cSrcweir    //-------------------------------------------------------------------------
318*cdf0e10cSrcweir
319*cdf0e10cSrcweir    const short PAGEDOWN = 1031;
320*cdf0e10cSrcweir
321*cdf0e10cSrcweir    //-------------------------------------------------------------------------
322*cdf0e10cSrcweir
323*cdf0e10cSrcweir    const short RETURN = 1280;
324*cdf0e10cSrcweir
325*cdf0e10cSrcweir    //-------------------------------------------------------------------------
326*cdf0e10cSrcweir
327*cdf0e10cSrcweir    const short ESCAPE = 1281;
328*cdf0e10cSrcweir
329*cdf0e10cSrcweir    //-------------------------------------------------------------------------
330*cdf0e10cSrcweir
331*cdf0e10cSrcweir    const short TAB = 1282;
332*cdf0e10cSrcweir
333*cdf0e10cSrcweir    //-------------------------------------------------------------------------
334*cdf0e10cSrcweir
335*cdf0e10cSrcweir    const short BACKSPACE = 1283;
336*cdf0e10cSrcweir
337*cdf0e10cSrcweir    //-------------------------------------------------------------------------
338*cdf0e10cSrcweir
339*cdf0e10cSrcweir    const short SPACE = 1284;
340*cdf0e10cSrcweir
341*cdf0e10cSrcweir    //-------------------------------------------------------------------------
342*cdf0e10cSrcweir
343*cdf0e10cSrcweir    const short INSERT = 1285;
344*cdf0e10cSrcweir
345*cdf0e10cSrcweir    //-------------------------------------------------------------------------
346*cdf0e10cSrcweir
347*cdf0e10cSrcweir    const short DELETE = 1286;
348*cdf0e10cSrcweir
349*cdf0e10cSrcweir    //-------------------------------------------------------------------------
350*cdf0e10cSrcweir
351*cdf0e10cSrcweir    const short ADD = 1287;
352*cdf0e10cSrcweir
353*cdf0e10cSrcweir    //-------------------------------------------------------------------------
354*cdf0e10cSrcweir
355*cdf0e10cSrcweir    const short SUBTRACT = 1288;
356*cdf0e10cSrcweir
357*cdf0e10cSrcweir    //-------------------------------------------------------------------------
358*cdf0e10cSrcweir
359*cdf0e10cSrcweir    const short MULTIPLY = 1289;
360*cdf0e10cSrcweir
361*cdf0e10cSrcweir    //-------------------------------------------------------------------------
362*cdf0e10cSrcweir
363*cdf0e10cSrcweir    const short DIVIDE = 1290;
364*cdf0e10cSrcweir
365*cdf0e10cSrcweir    //-------------------------------------------------------------------------
366*cdf0e10cSrcweir
367*cdf0e10cSrcweir    const short POINT = 1291;
368*cdf0e10cSrcweir
369*cdf0e10cSrcweir    //-------------------------------------------------------------------------
370*cdf0e10cSrcweir
371*cdf0e10cSrcweir    const short COMMA = 1292;
372*cdf0e10cSrcweir
373*cdf0e10cSrcweir    //-------------------------------------------------------------------------
374*cdf0e10cSrcweir
375*cdf0e10cSrcweir    const short LESS = 1293;
376*cdf0e10cSrcweir
377*cdf0e10cSrcweir    //-------------------------------------------------------------------------
378*cdf0e10cSrcweir
379*cdf0e10cSrcweir    const short GREATER = 1294;
380*cdf0e10cSrcweir
381*cdf0e10cSrcweir    //-------------------------------------------------------------------------
382*cdf0e10cSrcweir
383*cdf0e10cSrcweir    const short EQUAL = 1295;
384*cdf0e10cSrcweir
385*cdf0e10cSrcweir    //-------------------------------------------------------------------------
386*cdf0e10cSrcweir
387*cdf0e10cSrcweir    const short OPEN = 1296;
388*cdf0e10cSrcweir
389*cdf0e10cSrcweir    //-------------------------------------------------------------------------
390*cdf0e10cSrcweir
391*cdf0e10cSrcweir    const short CUT = 1297;
392*cdf0e10cSrcweir
393*cdf0e10cSrcweir    //-------------------------------------------------------------------------
394*cdf0e10cSrcweir
395*cdf0e10cSrcweir    const short COPY = 1298;
396*cdf0e10cSrcweir
397*cdf0e10cSrcweir    //-------------------------------------------------------------------------
398*cdf0e10cSrcweir
399*cdf0e10cSrcweir    const short PASTE = 1299;
400*cdf0e10cSrcweir
401*cdf0e10cSrcweir    //-------------------------------------------------------------------------
402*cdf0e10cSrcweir
403*cdf0e10cSrcweir    const short UNDO = 1300;
404*cdf0e10cSrcweir
405*cdf0e10cSrcweir    //-------------------------------------------------------------------------
406*cdf0e10cSrcweir
407*cdf0e10cSrcweir    const short REPEAT = 1301;
408*cdf0e10cSrcweir
409*cdf0e10cSrcweir    //-------------------------------------------------------------------------
410*cdf0e10cSrcweir
411*cdf0e10cSrcweir    const short FIND = 1302;
412*cdf0e10cSrcweir
413*cdf0e10cSrcweir    //-------------------------------------------------------------------------
414*cdf0e10cSrcweir
415*cdf0e10cSrcweir    const short PROPERTIES = 1303;
416*cdf0e10cSrcweir
417*cdf0e10cSrcweir    //-------------------------------------------------------------------------
418*cdf0e10cSrcweir
419*cdf0e10cSrcweir    const short FRONT = 1304;
420*cdf0e10cSrcweir
421*cdf0e10cSrcweir    //-------------------------------------------------------------------------
422*cdf0e10cSrcweir
423*cdf0e10cSrcweir    const short CONTEXTMENU = 1305;
424*cdf0e10cSrcweir
425*cdf0e10cSrcweir    //-------------------------------------------------------------------------
426*cdf0e10cSrcweir
427*cdf0e10cSrcweir    const short HELP = 1306;
428*cdf0e10cSrcweir
429*cdf0e10cSrcweir    //-------------------------------------------------------------------------
430*cdf0e10cSrcweir
431*cdf0e10cSrcweir    const short MENU = 1307;
432*cdf0e10cSrcweir
433*cdf0e10cSrcweir    //-------------------------------------------------------------------------
434*cdf0e10cSrcweir
435*cdf0e10cSrcweir    const short HANGUL_HANJA = 1308;
436*cdf0e10cSrcweir
437*cdf0e10cSrcweir    //-------------------------------------------------------------------------
438*cdf0e10cSrcweir
439*cdf0e10cSrcweir    const short DECIMAL = 1309;
440*cdf0e10cSrcweir
441*cdf0e10cSrcweir    //-------------------------------------------------------------------------
442*cdf0e10cSrcweir
443*cdf0e10cSrcweir    const short TILDE = 1310;
444*cdf0e10cSrcweir
445*cdf0e10cSrcweir    //-------------------------------------------------------------------------
446*cdf0e10cSrcweir
447*cdf0e10cSrcweir    const short QUOTELEFT = 1311;
448*cdf0e10cSrcweir
449*cdf0e10cSrcweir    //-------------------------------------------------------------------------
450*cdf0e10cSrcweir
451*cdf0e10cSrcweir    const short DELETE_TO_BEGIN_OF_LINE = 1536;
452*cdf0e10cSrcweir
453*cdf0e10cSrcweir    //-------------------------------------------------------------------------
454*cdf0e10cSrcweir
455*cdf0e10cSrcweir    const short DELETE_TO_END_OF_LINE = 1537;
456*cdf0e10cSrcweir
457*cdf0e10cSrcweir    //-------------------------------------------------------------------------
458*cdf0e10cSrcweir
459*cdf0e10cSrcweir    const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
460*cdf0e10cSrcweir
461*cdf0e10cSrcweir    //-------------------------------------------------------------------------
462*cdf0e10cSrcweir
463*cdf0e10cSrcweir    const short DELETE_TO_END_OF_PARAGRAPH = 1539;
464*cdf0e10cSrcweir
465*cdf0e10cSrcweir    //-------------------------------------------------------------------------
466*cdf0e10cSrcweir
467*cdf0e10cSrcweir    const short DELETE_WORD_BACKWARD = 1540;
468*cdf0e10cSrcweir
469*cdf0e10cSrcweir    //-------------------------------------------------------------------------
470*cdf0e10cSrcweir
471*cdf0e10cSrcweir    const short DELETE_WORD_FORWARD = 1541;
472*cdf0e10cSrcweir
473*cdf0e10cSrcweir    //-------------------------------------------------------------------------
474*cdf0e10cSrcweir
475*cdf0e10cSrcweir    const short INSERT_LINEBREAK = 1542;
476*cdf0e10cSrcweir
477*cdf0e10cSrcweir    //-------------------------------------------------------------------------
478*cdf0e10cSrcweir
479*cdf0e10cSrcweir    const short INSERT_PARAGRAPH = 1543;
480*cdf0e10cSrcweir
481*cdf0e10cSrcweir    //-------------------------------------------------------------------------
482*cdf0e10cSrcweir
483*cdf0e10cSrcweir    const short MOVE_WORD_BACKWARD = 1544;
484*cdf0e10cSrcweir
485*cdf0e10cSrcweir    //-------------------------------------------------------------------------
486*cdf0e10cSrcweir
487*cdf0e10cSrcweir    const short MOVE_WORD_FORWARD = 1545;
488*cdf0e10cSrcweir
489*cdf0e10cSrcweir    //-------------------------------------------------------------------------
490*cdf0e10cSrcweir
491*cdf0e10cSrcweir    const short MOVE_TO_BEGIN_OF_LINE = 1546;
492*cdf0e10cSrcweir
493*cdf0e10cSrcweir    //-------------------------------------------------------------------------
494*cdf0e10cSrcweir
495*cdf0e10cSrcweir    const short MOVE_TO_END_OF_LINE = 1547;
496*cdf0e10cSrcweir
497*cdf0e10cSrcweir    //-------------------------------------------------------------------------
498*cdf0e10cSrcweir
499*cdf0e10cSrcweir    const short MOVE_TO_BEGIN_OF_PARAGRAPH = 1548;
500*cdf0e10cSrcweir
501*cdf0e10cSrcweir    //-------------------------------------------------------------------------
502*cdf0e10cSrcweir
503*cdf0e10cSrcweir    const short MOVE_TO_END_OF_PARAGRAPH = 1549;
504*cdf0e10cSrcweir
505*cdf0e10cSrcweir    //-------------------------------------------------------------------------
506*cdf0e10cSrcweir
507*cdf0e10cSrcweir    const short SELECT_BACKWARD = 1550;
508*cdf0e10cSrcweir
509*cdf0e10cSrcweir    //-------------------------------------------------------------------------
510*cdf0e10cSrcweir
511*cdf0e10cSrcweir    const short SELECT_FORWARD = 1551;
512*cdf0e10cSrcweir
513*cdf0e10cSrcweir    //-------------------------------------------------------------------------
514*cdf0e10cSrcweir
515*cdf0e10cSrcweir    const short SELECT_WORD_BACKWARD = 1552;
516*cdf0e10cSrcweir
517*cdf0e10cSrcweir    //-------------------------------------------------------------------------
518*cdf0e10cSrcweir
519*cdf0e10cSrcweir    const short SELECT_WORD_FORWARD = 1553;
520*cdf0e10cSrcweir
521*cdf0e10cSrcweir    //-------------------------------------------------------------------------
522*cdf0e10cSrcweir
523*cdf0e10cSrcweir    const short SELECT_WORD = 1554;
524*cdf0e10cSrcweir
525*cdf0e10cSrcweir    //-------------------------------------------------------------------------
526*cdf0e10cSrcweir
527*cdf0e10cSrcweir    const short SELECT_LINE = 1555;
528*cdf0e10cSrcweir
529*cdf0e10cSrcweir    //-------------------------------------------------------------------------
530*cdf0e10cSrcweir
531*cdf0e10cSrcweir    const short SELECT_PARAGRAPH = 1556;
532*cdf0e10cSrcweir
533*cdf0e10cSrcweir    //-------------------------------------------------------------------------
534*cdf0e10cSrcweir
535*cdf0e10cSrcweir    const short SELECT_ALL = 1557;
536*cdf0e10cSrcweir
537*cdf0e10cSrcweir    //-------------------------------------------------------------------------
538*cdf0e10cSrcweir
539*cdf0e10cSrcweir    const short SELECT_TO_BEGIN_OF_LINE = 1558;
540*cdf0e10cSrcweir
541*cdf0e10cSrcweir    //-------------------------------------------------------------------------
542*cdf0e10cSrcweir
543*cdf0e10cSrcweir    const short SELECT_TO_END_OF_LINE = 1559;
544*cdf0e10cSrcweir
545*cdf0e10cSrcweir    //-------------------------------------------------------------------------
546*cdf0e10cSrcweir
547*cdf0e10cSrcweir    const short MOVE_TO_BEGIN_OF_DOCUMENT = 1560;
548*cdf0e10cSrcweir
549*cdf0e10cSrcweir    //-------------------------------------------------------------------------
550*cdf0e10cSrcweir
551*cdf0e10cSrcweir    const short MOVE_TO_END_OF_DOCUMENT = 1561;
552*cdf0e10cSrcweir
553*cdf0e10cSrcweir    //-------------------------------------------------------------------------
554*cdf0e10cSrcweir
555*cdf0e10cSrcweir    const short SELECT_TO_BEGIN_OF_DOCUMENT = 1562;
556*cdf0e10cSrcweir
557*cdf0e10cSrcweir    //-------------------------------------------------------------------------
558*cdf0e10cSrcweir
559*cdf0e10cSrcweir    const short SELECT_TO_END_OF_DOCUMENT = 1563;
560*cdf0e10cSrcweir
561*cdf0e10cSrcweir    //-------------------------------------------------------------------------
562*cdf0e10cSrcweir
563*cdf0e10cSrcweir    const short SELECT_TO_BEGIN_OF_PARAGRAPH = 1564;
564*cdf0e10cSrcweir
565*cdf0e10cSrcweir    //-------------------------------------------------------------------------
566*cdf0e10cSrcweir
567*cdf0e10cSrcweir    const short SELECT_TO_END_OF_PARAGRAPH = 1565;
568*cdf0e10cSrcweir};
569*cdf0e10cSrcweir
570*cdf0e10cSrcweir//=============================================================================
571*cdf0e10cSrcweir
572*cdf0e10cSrcweir}; }; }; };
573*cdf0e10cSrcweir
574*cdf0e10cSrcweir#endif
575