1 | /*
|
---|
2 | * Copyright © 1991 Sun Microsystems, Inc. All rights reserved.
|
---|
3 | *
|
---|
4 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
5 | * copy of this software and associated documentation files (the "Software"),
|
---|
6 | * to deal in the Software without restriction, including without limitation
|
---|
7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
8 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
9 | * Software is furnished to do so, subject to the following conditions:
|
---|
10 | *
|
---|
11 | * The above copyright notice and this permission notice (including the next
|
---|
12 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
13 | * Software.
|
---|
14 | *
|
---|
15 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
16 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
17 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
18 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
19 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
20 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
21 | * DEALINGS IN THE SOFTWARE.
|
---|
22 | */
|
---|
23 | /************************************************************
|
---|
24 |
|
---|
25 | Copyright 1991, 1998 The Open Group
|
---|
26 |
|
---|
27 | Permission to use, copy, modify, distribute, and sell this software and its
|
---|
28 | documentation for any purpose is hereby granted without fee, provided that
|
---|
29 | the above copyright notice appear in all copies and that both that
|
---|
30 | copyright notice and this permission notice appear in supporting
|
---|
31 | documentation.
|
---|
32 |
|
---|
33 | The above copyright notice and this permission notice shall be included in
|
---|
34 | all copies or substantial portions of the Software.
|
---|
35 |
|
---|
36 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
37 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
38 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
---|
39 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
---|
40 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
---|
41 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
42 |
|
---|
43 | Except as contained in this notice, the name of The Open Group shall not be
|
---|
44 | used in advertising or otherwise to promote the sale, use or other dealings
|
---|
45 | in this Software without prior written authorization from The Open Group.
|
---|
46 |
|
---|
47 | ***********************************************************/
|
---|
48 |
|
---|
49 | /*
|
---|
50 | * Floating Accent
|
---|
51 | */
|
---|
52 |
|
---|
53 | #define SunXK_FA_Grave 0x1005FF00
|
---|
54 | #define SunXK_FA_Circum 0x1005FF01
|
---|
55 | #define SunXK_FA_Tilde 0x1005FF02
|
---|
56 | #define SunXK_FA_Acute 0x1005FF03
|
---|
57 | #define SunXK_FA_Diaeresis 0x1005FF04
|
---|
58 | #define SunXK_FA_Cedilla 0x1005FF05
|
---|
59 |
|
---|
60 | /*
|
---|
61 | * Miscellaneous Functions
|
---|
62 | */
|
---|
63 |
|
---|
64 | #define SunXK_F36 0x1005FF10 /* Labeled F11 */
|
---|
65 | #define SunXK_F37 0x1005FF11 /* Labeled F12 */
|
---|
66 |
|
---|
67 | #define SunXK_Sys_Req 0x1005FF60
|
---|
68 | #define SunXK_Print_Screen 0x0000FF61 /* Same as XK_Print */
|
---|
69 |
|
---|
70 | /*
|
---|
71 | * International & Multi-Key Character Composition
|
---|
72 | */
|
---|
73 |
|
---|
74 | #define SunXK_Compose 0x0000FF20 /* Same as XK_Multi_key */
|
---|
75 | #define SunXK_AltGraph 0x0000FF7E /* Same as XK_Mode_switch */
|
---|
76 |
|
---|
77 | /*
|
---|
78 | * Cursor Control
|
---|
79 | */
|
---|
80 |
|
---|
81 | #define SunXK_PageUp 0x0000FF55 /* Same as XK_Prior */
|
---|
82 | #define SunXK_PageDown 0x0000FF56 /* Same as XK_Next */
|
---|
83 |
|
---|
84 | /*
|
---|
85 | * Open Look Functions
|
---|
86 | */
|
---|
87 |
|
---|
88 | #define SunXK_Undo 0x0000FF65 /* Same as XK_Undo */
|
---|
89 | #define SunXK_Again 0x0000FF66 /* Same as XK_Redo */
|
---|
90 | #define SunXK_Find 0x0000FF68 /* Same as XK_Find */
|
---|
91 | #define SunXK_Stop 0x0000FF69 /* Same as XK_Cancel */
|
---|
92 | #define SunXK_Props 0x1005FF70
|
---|
93 | #define SunXK_Front 0x1005FF71
|
---|
94 | #define SunXK_Copy 0x1005FF72
|
---|
95 | #define SunXK_Open 0x1005FF73
|
---|
96 | #define SunXK_Paste 0x1005FF74
|
---|
97 | #define SunXK_Cut 0x1005FF75
|
---|
98 |
|
---|
99 | #define SunXK_PowerSwitch 0x1005FF76
|
---|
100 | #define SunXK_AudioLowerVolume 0x1005FF77
|
---|
101 | #define SunXK_AudioMute 0x1005FF78
|
---|
102 | #define SunXK_AudioRaiseVolume 0x1005FF79
|
---|
103 | #define SunXK_VideoDegauss 0x1005FF7A
|
---|
104 | #define SunXK_VideoLowerBrightness 0x1005FF7B
|
---|
105 | #define SunXK_VideoRaiseBrightness 0x1005FF7C
|
---|
106 | #define SunXK_PowerSwitchShift 0x1005FF7D
|
---|