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