Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:28

0001 /*
0002 
0003 Copyright 1987, 1998  The Open Group
0004 
0005 Permission to use, copy, modify, distribute, and sell this software and its
0006 documentation for any purpose is hereby granted without fee, provided that
0007 the above copyright notice appear in all copies and that both that
0008 copyright notice and this permission notice appear in supporting
0009 documentation.
0010 
0011 The above copyright notice and this permission notice shall be included
0012 in all copies or substantial portions of the Software.
0013 
0014 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
0015 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0016 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
0017 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
0018 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
0019 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0020 OTHER DEALINGS IN THE SOFTWARE.
0021 
0022 Except as contained in this notice, the name of The Open Group shall
0023 not be used in advertising or otherwise to promote the sale, use or
0024 other dealings in this Software without prior written authorization
0025 from The Open Group.
0026 
0027 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
0028 
0029                         All Rights Reserved
0030 
0031 Permission to use, copy, modify, and distribute this software and its
0032 documentation for any purpose and without fee is hereby granted,
0033 provided that the above copyright notice appear in all copies and that
0034 both that copyright notice and this permission notice appear in
0035 supporting documentation, and that the names of Hewlett Packard
0036 or Digital not be
0037 used in advertising or publicity pertaining to distribution of the
0038 software without specific, written prior permission.
0039 
0040 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
0041 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
0042 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
0043 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
0044 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
0045 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
0046 SOFTWARE.
0047 
0048 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
0049 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
0050 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
0051 PURPOSE.  Hewlett-Packard shall not be liable for errors
0052 contained herein or direct, indirect, special, incidental or
0053 consequential damages in connection with the furnishing,
0054 performance, or use of this material.
0055 
0056 */
0057 
0058 #ifndef _HPKEYSYM_H
0059 
0060 #define _HPKEYSYM_H
0061 
0062 #define hpXK_ClearLine      0x1000FF6F
0063 #define hpXK_InsertLine     0x1000FF70
0064 #define hpXK_DeleteLine     0x1000FF71
0065 #define hpXK_InsertChar     0x1000FF72
0066 #define hpXK_DeleteChar     0x1000FF73
0067 #define hpXK_BackTab        0x1000FF74
0068 #define hpXK_KP_BackTab     0x1000FF75
0069 #define hpXK_Modelock1      0x1000FF48
0070 #define hpXK_Modelock2      0x1000FF49
0071 #define hpXK_Reset      0x1000FF6C
0072 #define hpXK_System     0x1000FF6D
0073 #define hpXK_User       0x1000FF6E
0074 #define hpXK_mute_acute     0x100000A8
0075 #define hpXK_mute_grave     0x100000A9
0076 #define hpXK_mute_asciicircum   0x100000AA
0077 #define hpXK_mute_diaeresis 0x100000AB
0078 #define hpXK_mute_asciitilde    0x100000AC
0079 #define hpXK_lira       0x100000AF
0080 #define hpXK_guilder        0x100000BE
0081 #define hpXK_Ydiaeresis     0x100000EE
0082 #define hpXK_IO         0x100000EE
0083 #define hpXK_longminus      0x100000F6
0084 #define hpXK_block      0x100000FC
0085 
0086 
0087 #ifndef _OSF_Keysyms
0088 #define _OSF_Keysyms
0089 
0090 #define osfXK_Copy      0x1004FF02
0091 #define osfXK_Cut       0x1004FF03
0092 #define osfXK_Paste     0x1004FF04
0093 #define osfXK_BackTab       0x1004FF07
0094 #define osfXK_BackSpace     0x1004FF08
0095 #define osfXK_Clear     0x1004FF0B
0096 #define osfXK_Escape        0x1004FF1B
0097 #define osfXK_AddMode       0x1004FF31
0098 #define osfXK_PrimaryPaste  0x1004FF32
0099 #define osfXK_QuickPaste    0x1004FF33
0100 #define osfXK_PageLeft      0x1004FF40
0101 #define osfXK_PageUp        0x1004FF41
0102 #define osfXK_PageDown      0x1004FF42
0103 #define osfXK_PageRight     0x1004FF43
0104 #define osfXK_Activate      0x1004FF44
0105 #define osfXK_MenuBar       0x1004FF45
0106 #define osfXK_Left      0x1004FF51
0107 #define osfXK_Up        0x1004FF52
0108 #define osfXK_Right     0x1004FF53
0109 #define osfXK_Down      0x1004FF54
0110 #define osfXK_EndLine       0x1004FF57
0111 #define osfXK_BeginLine     0x1004FF58
0112 #define osfXK_EndData       0x1004FF59
0113 #define osfXK_BeginData     0x1004FF5A
0114 #define osfXK_PrevMenu      0x1004FF5B
0115 #define osfXK_NextMenu      0x1004FF5C
0116 #define osfXK_PrevField     0x1004FF5D
0117 #define osfXK_NextField     0x1004FF5E
0118 #define osfXK_Select        0x1004FF60
0119 #define osfXK_Insert        0x1004FF63
0120 #define osfXK_Undo      0x1004FF65
0121 #define osfXK_Menu      0x1004FF67
0122 #define osfXK_Cancel        0x1004FF69
0123 #define osfXK_Help      0x1004FF6A
0124 #define osfXK_SelectAll     0x1004FF71
0125 #define osfXK_DeselectAll   0x1004FF72
0126 #define osfXK_Reselect      0x1004FF73
0127 #define osfXK_Extend        0x1004FF74
0128 #define osfXK_Restore       0x1004FF78
0129 #define osfXK_Delete        0x1004FFFF
0130 
0131 #endif /* _OSF_Keysyms */
0132 
0133 
0134 /**************************************************************
0135  * The use of the following macros is deprecated.
0136  * They are listed below only for backwards compatibility.
0137  */
0138 #define XK_Reset                0x1000FF6C
0139 #define XK_System               0x1000FF6D
0140 #define XK_User                 0x1000FF6E
0141 #define XK_ClearLine            0x1000FF6F
0142 #define XK_InsertLine           0x1000FF70
0143 #define XK_DeleteLine           0x1000FF71
0144 #define XK_InsertChar           0x1000FF72
0145 #define XK_DeleteChar           0x1000FF73
0146 #define XK_BackTab              0x1000FF74
0147 #define XK_KP_BackTab           0x1000FF75
0148 #define XK_Ext16bit_L           0x1000FF76
0149 #define XK_Ext16bit_R           0x1000FF77
0150 #define XK_mute_acute           0x100000a8
0151 #define XK_mute_grave           0x100000a9
0152 #define XK_mute_asciicircum     0x100000aa
0153 #define XK_mute_diaeresis       0x100000ab
0154 #define XK_mute_asciitilde      0x100000ac
0155 #define XK_lira                 0x100000af
0156 #define XK_guilder              0x100000be
0157 #ifndef XK_Ydiaeresis
0158 #define XK_Ydiaeresis           0x100000ee
0159 #endif
0160 #define XK_IO                   0x100000ee
0161 #define XK_longminus            0x100000f6
0162 #define XK_block                0x100000fc
0163 
0164 #endif /* _HPKEYSYM_H */