1/*
2
3Copyright 1987, 1998  The Open Group
4
5Permission to use, copy, modify, distribute, and sell this software and its
6documentation for any purpose is hereby granted without fee, provided that
7the above copyright notice appear in all copies and that both that
8copyright notice and this permission notice appear in supporting
9documentation.
10
11The above copyright notice and this permission notice shall be included
12in all copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
18OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20OTHER DEALINGS IN THE SOFTWARE.
21
22Except as contained in this notice, the name of The Open Group shall
23not be used in advertising or otherwise to promote the sale, use or
24other dealings in this Software without prior written authorization
25from The Open Group.
26
27Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
28
29                        All Rights Reserved
30
31Permission to use, copy, modify, and distribute this software and its
32documentation for any purpose and without fee is hereby granted,
33provided that the above copyright notice appear in all copies and that
34both that copyright notice and this permission notice appear in
35supporting documentation, and that the names of Hewlett Packard
36or Digital not be
37used in advertising or publicity pertaining to distribution of the
38software without specific, written prior permission.
39
40DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
41ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
42DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
43ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
44WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
45ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
46SOFTWARE.
47
48HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
49TO THIS SOFTWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
50WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
51PURPOSE.  Hewlett-Packard shall not be liable for errors
52contained herein or direct, indirect, special, incidental or
53consequential damages in connection with the furnishing,
54performance, or use of this material.
55
56*/
57
58#ifndef _HPKEYSYM_H
59
60#define _HPKEYSYM_H
61
62#define hpXK_ClearLine               0x1000ff6f
63#define hpXK_InsertLine              0x1000ff70
64#define hpXK_DeleteLine              0x1000ff71
65#define hpXK_InsertChar              0x1000ff72
66#define hpXK_DeleteChar              0x1000ff73
67#define hpXK_BackTab                 0x1000ff74
68#define hpXK_KP_BackTab              0x1000ff75
69#define hpXK_Modelock1               0x1000ff48
70#define hpXK_Modelock2               0x1000ff49
71#define hpXK_Reset                   0x1000ff6c
72#define hpXK_System                  0x1000ff6d
73#define hpXK_User                    0x1000ff6e
74#define hpXK_mute_acute              0x100000a8
75#define hpXK_mute_grave              0x100000a9
76#define hpXK_mute_asciicircum        0x100000aa
77#define hpXK_mute_diaeresis          0x100000ab
78#define hpXK_mute_asciitilde         0x100000ac
79#define hpXK_lira                    0x100000af
80#define hpXK_guilder                 0x100000be
81#define hpXK_Ydiaeresis              0x100000ee
82#define hpXK_IO                      0x100000ee  /* deprecated alias for hpYdiaeresis */
83#define hpXK_longminus               0x100000f6
84#define hpXK_block                   0x100000fc
85
86
87#ifndef _OSF_Keysyms
88#define _OSF_Keysyms
89
90#define osfXK_Copy                   0x1004ff02
91#define osfXK_Cut                    0x1004ff03
92#define osfXK_Paste                  0x1004ff04
93#define osfXK_BackTab                0x1004ff07
94#define osfXK_BackSpace              0x1004ff08
95#define osfXK_Clear                  0x1004ff0b
96#define osfXK_Escape                 0x1004ff1b
97#define osfXK_AddMode                0x1004ff31
98#define osfXK_PrimaryPaste           0x1004ff32
99#define osfXK_QuickPaste             0x1004ff33
100#define osfXK_PageLeft               0x1004ff40
101#define osfXK_PageUp                 0x1004ff41
102#define osfXK_PageDown               0x1004ff42
103#define osfXK_PageRight              0x1004ff43
104#define osfXK_Activate               0x1004ff44
105#define osfXK_MenuBar                0x1004ff45
106#define osfXK_Left                   0x1004ff51
107#define osfXK_Up                     0x1004ff52
108#define osfXK_Right                  0x1004ff53
109#define osfXK_Down                   0x1004ff54
110#define osfXK_EndLine                0x1004ff57
111#define osfXK_BeginLine              0x1004ff58
112#define osfXK_EndData                0x1004ff59
113#define osfXK_BeginData              0x1004ff5a
114#define osfXK_PrevMenu               0x1004ff5b
115#define osfXK_NextMenu               0x1004ff5c
116#define osfXK_PrevField              0x1004ff5d
117#define osfXK_NextField              0x1004ff5e
118#define osfXK_Select                 0x1004ff60
119#define osfXK_Insert                 0x1004ff63
120#define osfXK_Undo                   0x1004ff65
121#define osfXK_Menu                   0x1004ff67
122#define osfXK_Cancel                 0x1004ff69
123#define osfXK_Help                   0x1004ff6a
124#define osfXK_SelectAll              0x1004ff71
125#define osfXK_DeselectAll            0x1004ff72
126#define osfXK_Reselect               0x1004ff73
127#define osfXK_Extend                 0x1004ff74
128#define osfXK_Restore                0x1004ff78
129#define osfXK_Delete                 0x1004ffff
130
131#endif /* _OSF_Keysyms */
132
133
134/**************************************************************
135 * The use of the following macros is deprecated.
136 * They are listed below only for backwards compatibility.
137 */
138#define XK_Reset                     0x1000ff6c  /* deprecated alias for hpReset */
139#define XK_System                    0x1000ff6d  /* deprecated alias for hpSystem */
140#define XK_User                      0x1000ff6e  /* deprecated alias for hpUser */
141#define XK_ClearLine                 0x1000ff6f  /* deprecated alias for hpClearLine */
142#define XK_InsertLine                0x1000ff70  /* deprecated alias for hpInsertLine */
143#define XK_DeleteLine                0x1000ff71  /* deprecated alias for hpDeleteLine */
144#define XK_InsertChar                0x1000ff72  /* deprecated alias for hpInsertChar */
145#define XK_DeleteChar                0x1000ff73  /* deprecated alias for hpDeleteChar */
146#define XK_BackTab                   0x1000ff74  /* deprecated alias for hpBackTab */
147#define XK_KP_BackTab                0x1000ff75  /* deprecated alias for hpKP_BackTab */
148#define XK_Ext16bit_L                0x1000ff76  /* deprecated */
149#define XK_Ext16bit_R                0x1000ff77  /* deprecated */
150#define XK_mute_acute                0x100000a8  /* deprecated alias for hpmute_acute */
151#define XK_mute_grave                0x100000a9  /* deprecated alias for hpmute_grave */
152#define XK_mute_asciicircum          0x100000aa  /* deprecated alias for hpmute_asciicircum */
153#define XK_mute_diaeresis            0x100000ab  /* deprecated alias for hpmute_diaeresis */
154#define XK_mute_asciitilde           0x100000ac  /* deprecated alias for hpmute_asciitilde */
155#define XK_lira                      0x100000af  /* deprecated alias for hplira */
156#define XK_guilder                   0x100000be  /* deprecated alias for hpguilder */
157#ifndef XK_Ydiaeresis
158#define XK_Ydiaeresis                0x100000ee  /* deprecated */
159#endif
160#define XK_IO                        0x100000ee  /* deprecated alias for hpYdiaeresis */
161#define XK_longminus                 0x100000f6  /* deprecated alias for hplongminus */
162#define XK_block                     0x100000fc  /* deprecated alias for hpblock */
163
164#endif /* _HPKEYSYM_H */
165