File: HP.hsc

package info (click to toggle)
haskell-x11 1.10.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,392 kB
  • sloc: haskell: 761; ansic: 160; makefile: 2
file content (849 lines) | stat: -rw-r--r-- 23,533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
-----------------------------------------------------------------------------
--
-- Module      :  Graphics.X11.ExtraTypes.HP
-- Copyright   :  (c) Open Group 1987,1998, DEC 1987
-- License     :  X11 (see below) due to X headers
--
-- Maintainer  :  libraries@haskell.org
-- Stability   :  unstable
-- Portability :  unportable
--
--
-- This file is generated based on X.org includes.  It contains
-- the keysyms for HP.
-----------------------------------------------------------------------------

-- Generated from /usr/include/X11/HPkeysym.h
--

-- Copyright 1987, 1998  The Open Group
--
-- Permission to use, copy, modify, distribute, and sell this software and its
-- documentation for any purpose is hereby granted without fee, provided that
-- the above copyright notice appear in all copies and that both that
-- copyright notice and this permission notice appear in supporting
-- documentation.
--
-- The above copyright notice and this permission notice shall be included
-- in all copies or substantial portions of the Software.
--
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-- IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-- OTHER DEALINGS IN THE SOFTWARE.
--
-- Except as contained in this notice, the name of The Open Group shall
-- not be used in advertising or otherwise to promote the sale, use or
-- other dealings in this Software without prior written authorization
-- from The Open Group.
--
-- Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
--
--                         All Rights Reserved
--
-- Permission to use, copy, modify, and distribute this software and its
-- documentation for any purpose and without fee is hereby granted,
-- provided that the above copyright notice appear in all copies and that
-- both that copyright notice and this permission notice appear in
-- supporting documentation, and that the names of Hewlett Packard
-- or Digital not be
-- used in advertising or publicity pertaining to distribution of the
-- software without specific, written prior permission.
--
-- DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-- ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-- DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-- ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-- SOFTWARE.
--
-- HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
-- TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-- PURPOSE.  Hewlett-Packard shall not be liable for errors
-- contained herein or direct, indirect, special, incidental or
-- consequential damages in connection with the furnishing,
-- performance, or use of this material.

module Graphics.X11.ExtraTypes.HP
        (

#ifdef hpXK_ClearLine
         hpXK_ClearLine,
#else
         -- Skipping hpXK_ClearLine because your X doesn't define it
#endif
#ifdef hpXK_InsertLine
         hpXK_InsertLine,
#else
         -- Skipping hpXK_InsertLine because your X doesn't define it
#endif
#ifdef hpXK_DeleteLine
         hpXK_DeleteLine,
#else
         -- Skipping hpXK_DeleteLine because your X doesn't define it
#endif
#ifdef hpXK_InsertChar
         hpXK_InsertChar,
#else
         -- Skipping hpXK_InsertChar because your X doesn't define it
#endif
#ifdef hpXK_DeleteChar
         hpXK_DeleteChar,
#else
         -- Skipping hpXK_DeleteChar because your X doesn't define it
#endif
#ifdef hpXK_BackTab
         hpXK_BackTab,
#else
         -- Skipping hpXK_BackTab because your X doesn't define it
#endif
#ifdef hpXK_KP_BackTab
         hpXK_KP_BackTab,
#else
         -- Skipping hpXK_KP_BackTab because your X doesn't define it
#endif
#ifdef hpXK_Modelock1
         hpXK_Modelock1,
#else
         -- Skipping hpXK_Modelock1 because your X doesn't define it
#endif
#ifdef hpXK_Modelock2
         hpXK_Modelock2,
#else
         -- Skipping hpXK_Modelock2 because your X doesn't define it
#endif
#ifdef hpXK_Reset
         hpXK_Reset,
#else
         -- Skipping hpXK_Reset because your X doesn't define it
#endif
#ifdef hpXK_System
         hpXK_System,
#else
         -- Skipping hpXK_System because your X doesn't define it
#endif
#ifdef hpXK_User
         hpXK_User,
#else
         -- Skipping hpXK_User because your X doesn't define it
#endif
#ifdef hpXK_mute_acute
         hpXK_mute_acute,
#else
         -- Skipping hpXK_mute_acute because your X doesn't define it
#endif
#ifdef hpXK_mute_grave
         hpXK_mute_grave,
#else
         -- Skipping hpXK_mute_grave because your X doesn't define it
#endif
#ifdef hpXK_mute_asciicircum
         hpXK_mute_asciicircum,
#else
         -- Skipping hpXK_mute_asciicircum because your X doesn't define it
#endif
#ifdef hpXK_mute_diaeresis
         hpXK_mute_diaeresis,
#else
         -- Skipping hpXK_mute_diaeresis because your X doesn't define it
#endif
#ifdef hpXK_mute_asciitilde
         hpXK_mute_asciitilde,
#else
         -- Skipping hpXK_mute_asciitilde because your X doesn't define it
#endif
#ifdef hpXK_lira
         hpXK_lira,
#else
         -- Skipping hpXK_lira because your X doesn't define it
#endif
#ifdef hpXK_guilder
         hpXK_guilder,
#else
         -- Skipping hpXK_guilder because your X doesn't define it
#endif
#ifdef hpXK_Ydiaeresis
        hpXK_Ydiaeresis,
#else
        -- Skipping hpXK_Ydiaeresis because your X doesn't define it
#endif
#ifdef hpXK_IO
         hpXK_IO,
#else
         -- Skipping hpXK_IO because your X doesn't define it
#endif
#ifdef hpXK_longminus
         hpXK_longminus,
#else
         -- Skipping hpXK_longminus because your X doesn't define it
#endif
#ifdef hpXK_block
         hpXK_block,
#else
         -- Skipping hpXK_block because your X doesn't define it
#endif
#ifdef osfXK_Copy
         osfXK_Copy,
#else
         -- Skipping osfXK_Copy because your X doesn't define it
#endif
#ifdef osfXK_Cut
         osfXK_Cut,
#else
         -- Skipping osfXK_Cut because your X doesn't define it
#endif
#ifdef osfXK_Paste
         osfXK_Paste,
#else
         -- Skipping osfXK_Paste because your X doesn't define it
#endif
#ifdef osfXK_BackTab
         osfXK_BackTab,
#else
         -- Skipping osfXK_BackTab because your X doesn't define it
#endif
#ifdef osfXK_BackSpace
         osfXK_BackSpace,
#else
         -- Skipping osfXK_BackSpace because your X doesn't define it
#endif
#ifdef osfXK_Clear
         osfXK_Clear,
#else
         -- Skipping osfXK_Clear because your X doesn't define it
#endif
#ifdef osfXK_Escape
         osfXK_Escape,
#else
         -- Skipping osfXK_Escape because your X doesn't define it
#endif
#ifdef osfXK_AddMode
         osfXK_AddMode,
#else
         -- Skipping osfXK_AddMode because your X doesn't define it
#endif
#ifdef osfXK_PrimaryPaste
         osfXK_PrimaryPaste,
#else
         -- Skipping osfXK_PrimaryPaste because your X doesn't define it
#endif
#ifdef osfXK_QuickPaste
         osfXK_QuickPaste,
#else
         -- Skipping osfXK_QuickPaste because your X doesn't define it
#endif
#ifdef osfXK_PageLeft
         osfXK_PageLeft,
#else
         -- Skipping osfXK_PageLeft because your X doesn't define it
#endif
#ifdef osfXK_PageUp
         osfXK_PageUp,
#else
         -- Skipping osfXK_PageUp because your X doesn't define it
#endif
#ifdef osfXK_PageDown
         osfXK_PageDown,
#else
         -- Skipping osfXK_PageDown because your X doesn't define it
#endif
#ifdef osfXK_PageRight
         osfXK_PageRight,
#else
         -- Skipping osfXK_PageRight because your X doesn't define it
#endif
#ifdef osfXK_Activate
         osfXK_Activate,
#else
         -- Skipping osfXK_Activate because your X doesn't define it
#endif
#ifdef osfXK_MenuBar
         osfXK_MenuBar,
#else
         -- Skipping osfXK_MenuBar because your X doesn't define it
#endif
#ifdef osfXK_Left
         osfXK_Left,
#else
         -- Skipping osfXK_Left because your X doesn't define it
#endif
#ifdef osfXK_Up
         osfXK_Up,
#else
         -- Skipping osfXK_Up because your X doesn't define it
#endif
#ifdef osfXK_Right
         osfXK_Right,
#else
         -- Skipping osfXK_Right because your X doesn't define it
#endif
#ifdef osfXK_Down
         osfXK_Down,
#else
         -- Skipping osfXK_Down because your X doesn't define it
#endif
#ifdef osfXK_EndLine
         osfXK_EndLine,
#else
         -- Skipping osfXK_EndLine because your X doesn't define it
#endif
#ifdef osfXK_BeginLine
         osfXK_BeginLine,
#else
         -- Skipping osfXK_BeginLine because your X doesn't define it
#endif
#ifdef osfXK_EndData
         osfXK_EndData,
#else
         -- Skipping osfXK_EndData because your X doesn't define it
#endif
#ifdef osfXK_BeginData
         osfXK_BeginData,
#else
         -- Skipping osfXK_BeginData because your X doesn't define it
#endif
#ifdef osfXK_PrevMenu
         osfXK_PrevMenu,
#else
         -- Skipping osfXK_PrevMenu because your X doesn't define it
#endif
#ifdef osfXK_NextMenu
         osfXK_NextMenu,
#else
         -- Skipping osfXK_NextMenu because your X doesn't define it
#endif
#ifdef osfXK_PrevField
         osfXK_PrevField,
#else
         -- Skipping osfXK_PrevField because your X doesn't define it
#endif
#ifdef osfXK_NextField
         osfXK_NextField,
#else
         -- Skipping osfXK_NextField because your X doesn't define it
#endif
#ifdef osfXK_Select
         osfXK_Select,
#else
         -- Skipping osfXK_Select because your X doesn't define it
#endif
#ifdef osfXK_Insert
         osfXK_Insert,
#else
         -- Skipping osfXK_Insert because your X doesn't define it
#endif
#ifdef osfXK_Undo
         osfXK_Undo,
#else
         -- Skipping osfXK_Undo because your X doesn't define it
#endif
#ifdef osfXK_Menu
         osfXK_Menu,
#else
         -- Skipping osfXK_Menu because your X doesn't define it
#endif
#ifdef osfXK_Cancel
         osfXK_Cancel,
#else
         -- Skipping osfXK_Cancel because your X doesn't define it
#endif
#ifdef osfXK_Help
         osfXK_Help,
#else
         -- Skipping osfXK_Help because your X doesn't define it
#endif
#ifdef osfXK_SelectAll
         osfXK_SelectAll,
#else
         -- Skipping osfXK_SelectAll because your X doesn't define it
#endif
#ifdef osfXK_DeselectAll
         osfXK_DeselectAll,
#else
         -- Skipping osfXK_DeselectAll because your X doesn't define it
#endif
#ifdef osfXK_Reselect
         osfXK_Reselect,
#else
         -- Skipping osfXK_Reselect because your X doesn't define it
#endif
#ifdef osfXK_Extend
         osfXK_Extend,
#else
         -- Skipping osfXK_Extend because your X doesn't define it
#endif
#ifdef osfXK_Restore
         osfXK_Restore,
#else
         -- Skipping osfXK_Restore because your X doesn't define it
#endif
#ifdef osfXK_Delete
         osfXK_Delete,
#else
         -- Skipping osfXK_Delete because your X doesn't define it
#endif
#ifdef XK_Reset
         xK_Reset,
#else
         -- Skipping xK_Reset because your X doesn't define it
#endif
#ifdef XK_System
         xK_System,
#else
         -- Skipping xK_System because your X doesn't define it
#endif
#ifdef XK_User
         xK_User,
#else
         -- Skipping xK_User because your X doesn't define it
#endif
#ifdef XK_ClearLine
         xK_ClearLine,
#else
         -- Skipping xK_ClearLine because your X doesn't define it
#endif
#ifdef XK_InsertLine
         xK_InsertLine,
#else
         -- Skipping xK_InsertLine because your X doesn't define it
#endif
#ifdef XK_DeleteLine
         xK_DeleteLine,
#else
         -- Skipping xK_DeleteLine because your X doesn't define it
#endif
#ifdef XK_InsertChar
         xK_InsertChar,
#else
         -- Skipping xK_InsertChar because your X doesn't define it
#endif
#ifdef XK_DeleteChar
         xK_DeleteChar,
#else
         -- Skipping xK_DeleteChar because your X doesn't define it
#endif
#ifdef XK_BackTab
         xK_BackTab,
#else
         -- Skipping xK_BackTab because your X doesn't define it
#endif
#ifdef XK_KP_BackTab
         xK_KP_BackTab,
#else
         -- Skipping xK_KP_BackTab because your X doesn't define it
#endif
#ifdef XK_Ext16bit_L
         xK_Ext16bit_L,
#else
         -- Skipping xK_Ext16bit_L because your X doesn't define it
#endif
#ifdef XK_Ext16bit_R
         xK_Ext16bit_R,
#else
         -- Skipping xK_Ext16bit_R because your X doesn't define it
#endif
#ifdef XK_mute_acute
         xK_mute_acute,
#else
         -- Skipping xK_mute_acute because your X doesn't define it
#endif
#ifdef XK_mute_grave
         xK_mute_grave,
#else
         -- Skipping xK_mute_grave because your X doesn't define it
#endif
#ifdef XK_mute_asciicircum
         xK_mute_asciicircum,
#else
         -- Skipping xK_mute_asciicircum because your X doesn't define it
#endif
#ifdef XK_mute_diaeresis
         xK_mute_diaeresis,
#else
         -- Skipping xK_mute_diaeresis because your X doesn't define it
#endif
#ifdef XK_mute_asciitilde
         xK_mute_asciitilde,
#else
         -- Skipping xK_mute_asciitilde because your X doesn't define it
#endif
#ifdef XK_lira
         xK_lira,
#else
         -- Skipping xK_lira because your X doesn't define it
#endif
#ifdef XK_guilder
         xK_guilder,
#else
         -- Skipping xK_guilder because your X doesn't define it
#endif
#ifdef XK_IO
         xK_IO,
#else
         -- Skipping xK_IO because your X doesn't define it
#endif
#ifdef XK_longminus
         xK_longminus,
#else
         -- Skipping xK_longminus because your X doesn't define it
#endif
#ifdef XK_block
         xK_block,
#else
         -- Skipping xK_block because your X doesn't define it
#endif
        ) where

import Graphics.X11.Types

#include "HsAllKeysyms.h"

#ifdef hpXK_ClearLine
hpXK_ClearLine           :: KeySym
hpXK_ClearLine           = #const hpXK_ClearLine
#endif
#ifdef hpXK_InsertLine
hpXK_InsertLine          :: KeySym
hpXK_InsertLine          = #const hpXK_InsertLine
#endif
#ifdef hpXK_DeleteLine
hpXK_DeleteLine          :: KeySym
hpXK_DeleteLine          = #const hpXK_DeleteLine
#endif
#ifdef hpXK_InsertChar
hpXK_InsertChar          :: KeySym
hpXK_InsertChar          = #const hpXK_InsertChar
#endif
#ifdef hpXK_DeleteChar
hpXK_DeleteChar          :: KeySym
hpXK_DeleteChar          = #const hpXK_DeleteChar
#endif
#ifdef hpXK_BackTab
hpXK_BackTab             :: KeySym
hpXK_BackTab             = #const hpXK_BackTab
#endif
#ifdef hpXK_KP_BackTab
hpXK_KP_BackTab          :: KeySym
hpXK_KP_BackTab          = #const hpXK_KP_BackTab
#endif
#ifdef hpXK_Modelock1
hpXK_Modelock1           :: KeySym
hpXK_Modelock1           = #const hpXK_Modelock1
#endif
#ifdef hpXK_Modelock2
hpXK_Modelock2           :: KeySym
hpXK_Modelock2           = #const hpXK_Modelock2
#endif
#ifdef hpXK_Reset
hpXK_Reset               :: KeySym
hpXK_Reset               = #const hpXK_Reset
#endif
#ifdef hpXK_System
hpXK_System              :: KeySym
hpXK_System              = #const hpXK_System
#endif
#ifdef hpXK_User
hpXK_User                :: KeySym
hpXK_User                = #const hpXK_User
#endif
#ifdef hpXK_mute_acute
hpXK_mute_acute          :: KeySym
hpXK_mute_acute          = #const hpXK_mute_acute
#endif
#ifdef hpXK_mute_grave
hpXK_mute_grave          :: KeySym
hpXK_mute_grave          = #const hpXK_mute_grave
#endif
#ifdef hpXK_mute_asciicircum
hpXK_mute_asciicircum    :: KeySym
hpXK_mute_asciicircum    = #const hpXK_mute_asciicircum
#endif
#ifdef hpXK_mute_diaeresis
hpXK_mute_diaeresis      :: KeySym
hpXK_mute_diaeresis      = #const hpXK_mute_diaeresis
#endif
#ifdef hpXK_mute_asciitilde
hpXK_mute_asciitilde     :: KeySym
hpXK_mute_asciitilde     = #const hpXK_mute_asciitilde
#endif
#ifdef hpXK_lira
hpXK_lira                :: KeySym
hpXK_lira                = #const hpXK_lira
#endif
#ifdef hpXK_guilder
hpXK_guilder             :: KeySym
hpXK_guilder             = #const hpXK_guilder
#endif
#ifdef hpXK_Ydiaeresis
hpXK_Ydiaeresis          :: KeySym
hpXK_Ydiaeresis          = #const hpXK_Ydiaeresis
#endif
#ifdef hpXK_IO
hpXK_IO                  :: KeySym
hpXK_IO                  = #const hpXK_IO
#endif
#ifdef hpXK_longminus
hpXK_longminus           :: KeySym
hpXK_longminus           = #const hpXK_longminus
#endif
#ifdef hpXK_block
hpXK_block               :: KeySym
hpXK_block               = #const hpXK_block
#endif
#ifdef osfXK_Copy
osfXK_Copy               :: KeySym
osfXK_Copy               = #const osfXK_Copy
#endif
#ifdef osfXK_Cut
osfXK_Cut                :: KeySym
osfXK_Cut                = #const osfXK_Cut
#endif
#ifdef osfXK_Paste
osfXK_Paste              :: KeySym
osfXK_Paste              = #const osfXK_Paste
#endif
#ifdef osfXK_BackTab
osfXK_BackTab            :: KeySym
osfXK_BackTab            = #const osfXK_BackTab
#endif
#ifdef osfXK_BackSpace
osfXK_BackSpace          :: KeySym
osfXK_BackSpace          = #const osfXK_BackSpace
#endif
#ifdef osfXK_Clear
osfXK_Clear              :: KeySym
osfXK_Clear              = #const osfXK_Clear
#endif
#ifdef osfXK_Escape
osfXK_Escape             :: KeySym
osfXK_Escape             = #const osfXK_Escape
#endif
#ifdef osfXK_AddMode
osfXK_AddMode            :: KeySym
osfXK_AddMode            = #const osfXK_AddMode
#endif
#ifdef osfXK_PrimaryPaste
osfXK_PrimaryPaste       :: KeySym
osfXK_PrimaryPaste       = #const osfXK_PrimaryPaste
#endif
#ifdef osfXK_QuickPaste
osfXK_QuickPaste         :: KeySym
osfXK_QuickPaste         = #const osfXK_QuickPaste
#endif
#ifdef osfXK_PageLeft
osfXK_PageLeft           :: KeySym
osfXK_PageLeft           = #const osfXK_PageLeft
#endif
#ifdef osfXK_PageUp
osfXK_PageUp             :: KeySym
osfXK_PageUp             = #const osfXK_PageUp
#endif
#ifdef osfXK_PageDown
osfXK_PageDown           :: KeySym
osfXK_PageDown           = #const osfXK_PageDown
#endif
#ifdef osfXK_PageRight
osfXK_PageRight          :: KeySym
osfXK_PageRight          = #const osfXK_PageRight
#endif
#ifdef osfXK_Activate
osfXK_Activate           :: KeySym
osfXK_Activate           = #const osfXK_Activate
#endif
#ifdef osfXK_MenuBar
osfXK_MenuBar            :: KeySym
osfXK_MenuBar            = #const osfXK_MenuBar
#endif
#ifdef osfXK_Left
osfXK_Left               :: KeySym
osfXK_Left               = #const osfXK_Left
#endif
#ifdef osfXK_Up
osfXK_Up                 :: KeySym
osfXK_Up                 = #const osfXK_Up
#endif
#ifdef osfXK_Right
osfXK_Right              :: KeySym
osfXK_Right              = #const osfXK_Right
#endif
#ifdef osfXK_Down
osfXK_Down               :: KeySym
osfXK_Down               = #const osfXK_Down
#endif
#ifdef osfXK_EndLine
osfXK_EndLine            :: KeySym
osfXK_EndLine            = #const osfXK_EndLine
#endif
#ifdef osfXK_BeginLine
osfXK_BeginLine          :: KeySym
osfXK_BeginLine          = #const osfXK_BeginLine
#endif
#ifdef osfXK_EndData
osfXK_EndData            :: KeySym
osfXK_EndData            = #const osfXK_EndData
#endif
#ifdef osfXK_BeginData
osfXK_BeginData          :: KeySym
osfXK_BeginData          = #const osfXK_BeginData
#endif
#ifdef osfXK_PrevMenu
osfXK_PrevMenu           :: KeySym
osfXK_PrevMenu           = #const osfXK_PrevMenu
#endif
#ifdef osfXK_NextMenu
osfXK_NextMenu           :: KeySym
osfXK_NextMenu           = #const osfXK_NextMenu
#endif
#ifdef osfXK_PrevField
osfXK_PrevField          :: KeySym
osfXK_PrevField          = #const osfXK_PrevField
#endif
#ifdef osfXK_NextField
osfXK_NextField          :: KeySym
osfXK_NextField          = #const osfXK_NextField
#endif
#ifdef osfXK_Select
osfXK_Select             :: KeySym
osfXK_Select             = #const osfXK_Select
#endif
#ifdef osfXK_Insert
osfXK_Insert             :: KeySym
osfXK_Insert             = #const osfXK_Insert
#endif
#ifdef osfXK_Undo
osfXK_Undo               :: KeySym
osfXK_Undo               = #const osfXK_Undo
#endif
#ifdef osfXK_Menu
osfXK_Menu               :: KeySym
osfXK_Menu               = #const osfXK_Menu
#endif
#ifdef osfXK_Cancel
osfXK_Cancel             :: KeySym
osfXK_Cancel             = #const osfXK_Cancel
#endif
#ifdef osfXK_Help
osfXK_Help               :: KeySym
osfXK_Help               = #const osfXK_Help
#endif
#ifdef osfXK_SelectAll
osfXK_SelectAll          :: KeySym
osfXK_SelectAll          = #const osfXK_SelectAll
#endif
#ifdef osfXK_DeselectAll
osfXK_DeselectAll        :: KeySym
osfXK_DeselectAll        = #const osfXK_DeselectAll
#endif
#ifdef osfXK_Reselect
osfXK_Reselect           :: KeySym
osfXK_Reselect           = #const osfXK_Reselect
#endif
#ifdef osfXK_Extend
osfXK_Extend             :: KeySym
osfXK_Extend             = #const osfXK_Extend
#endif
#ifdef osfXK_Restore
osfXK_Restore            :: KeySym
osfXK_Restore            = #const osfXK_Restore
#endif
#ifdef osfXK_Delete
osfXK_Delete             :: KeySym
osfXK_Delete             = #const osfXK_Delete
#endif
#ifdef XK_Reset
xK_Reset                 :: KeySym
xK_Reset                 = #const XK_Reset
#endif
#ifdef XK_System
xK_System                :: KeySym
xK_System                = #const XK_System
#endif
#ifdef XK_User
xK_User                  :: KeySym
xK_User                  = #const XK_User
#endif
#ifdef XK_ClearLine
xK_ClearLine             :: KeySym
xK_ClearLine             = #const XK_ClearLine
#endif
#ifdef XK_InsertLine
xK_InsertLine            :: KeySym
xK_InsertLine            = #const XK_InsertLine
#endif
#ifdef XK_DeleteLine
xK_DeleteLine            :: KeySym
xK_DeleteLine            = #const XK_DeleteLine
#endif
#ifdef XK_InsertChar
xK_InsertChar            :: KeySym
xK_InsertChar            = #const XK_InsertChar
#endif
#ifdef XK_DeleteChar
xK_DeleteChar            :: KeySym
xK_DeleteChar            = #const XK_DeleteChar
#endif
#ifdef XK_BackTab
xK_BackTab               :: KeySym
xK_BackTab               = #const XK_BackTab
#endif
#ifdef XK_KP_BackTab
xK_KP_BackTab            :: KeySym
xK_KP_BackTab            = #const XK_KP_BackTab
#endif
#ifdef XK_Ext16bit_L
xK_Ext16bit_L            :: KeySym
xK_Ext16bit_L            = #const XK_Ext16bit_L
#endif
#ifdef XK_Ext16bit_R
xK_Ext16bit_R            :: KeySym
xK_Ext16bit_R            = #const XK_Ext16bit_R
#endif
#ifdef XK_mute_acute
xK_mute_acute            :: KeySym
xK_mute_acute            = #const XK_mute_acute
#endif
#ifdef XK_mute_grave
xK_mute_grave            :: KeySym
xK_mute_grave            = #const XK_mute_grave
#endif
#ifdef XK_mute_asciicircum
xK_mute_asciicircum      :: KeySym
xK_mute_asciicircum      = #const XK_mute_asciicircum
#endif
#ifdef XK_mute_diaeresis
xK_mute_diaeresis        :: KeySym
xK_mute_diaeresis        = #const XK_mute_diaeresis
#endif
#ifdef XK_mute_asciitilde
xK_mute_asciitilde       :: KeySym
xK_mute_asciitilde       = #const XK_mute_asciitilde
#endif
#ifdef XK_lira
xK_lira                  :: KeySym
xK_lira                  = #const XK_lira
#endif
#ifdef XK_guilder
xK_guilder               :: KeySym
xK_guilder               = #const XK_guilder
#endif
#ifdef XK_Ydiaeresis
xK_Ydiaeresis            :: KeySym
xK_Ydiaeresis            = #const XK_Ydiaeresis
#endif
#ifdef XK_IO
xK_IO                    :: KeySym
xK_IO                    = #const XK_IO
#endif
#ifdef XK_longminus
xK_longminus             :: KeySym
xK_longminus             = #const XK_longminus
#endif
#ifdef XK_block
xK_block                 :: KeySym
xK_block                 = #const XK_block
#endif