jdk/src/java.desktop/unix/native/libawt_xawt/awt/HPkeysym.h
author serb
Tue, 28 Jul 2015 18:14:57 +0300
changeset 32117 800aef58b950
parent 26751 70bac69b37c9
permissions -rw-r--r--
8132355: Incorrect guard block in HPkeysym.h, awt_Event.h Reviewed-by: ant, azvegint
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * reserved comment block
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT REMOVE OR ALTER!
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
/* $Xorg: HPkeysym.h,v 1.4 2000/08/18 04:05:43 coskrey Exp $ */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
Copyright 1987, 1998  The Open Group
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
The above copyright notice and this permission notice shall be included
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
in all copies or substantial portions of the Software.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
OTHER DEALINGS IN THE SOFTWARE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
Except as contained in this notice, the name of The Open Group shall
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
not be used in advertising or otherwise to promote the sale, use or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
other dealings in this Software without prior written authorization
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
from The Open Group.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
                        All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
Permission to use, copy, modify, and distribute this software and its
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
documentation for any purpose and without fee is hereby granted,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
provided that the above copyright notice appear in all copies and that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
both that copyright notice and this permission notice appear in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
supporting documentation, and that the names of Hewlett Packard
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
or Digital not be
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
used in advertising or publicity pertaining to distribution of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
software without specific, written prior permission.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
SOFTWARE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
PURPOSE.  Hewlett-Packard shall not be liable for errors
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
contained herein or direct, indirect, special, incidental or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
consequential damages in connection with the furnishing,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
performance, or use of this material.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
*/
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
#ifndef _HPKEYSYM_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
32117
800aef58b950 8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
serb
parents: 26751
diff changeset
    61
#define _HPKEYSYM_H
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
#define hpXK_ClearLine          0x1000FF6F
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
#define hpXK_InsertLine         0x1000FF70
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
#define hpXK_DeleteLine         0x1000FF71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#define hpXK_InsertChar         0x1000FF72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
#define hpXK_DeleteChar         0x1000FF73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#define hpXK_BackTab            0x1000FF74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
#define hpXK_KP_BackTab         0x1000FF75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#define hpXK_Modelock1          0x1000FF48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
#define hpXK_Modelock2          0x1000FF49
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
#define hpXK_Reset              0x1000FF6C
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
#define hpXK_System             0x1000FF6D
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
#define hpXK_User               0x1000FF6E
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#define hpXK_mute_acute         0x100000A8
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
#define hpXK_mute_grave         0x100000A9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
#define hpXK_mute_asciicircum   0x100000AA
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
#define hpXK_mute_diaeresis     0x100000AB
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
#define hpXK_mute_asciitilde    0x100000AC
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
#define hpXK_lira               0x100000AF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
#define hpXK_guilder            0x100000BE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#define hpXK_Ydiaeresis         0x100000EE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#define hpXK_IO                 0x100000EE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
#define hpXK_longminus          0x100000F6
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#define hpXK_block              0x100000FC
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
#ifndef _OSF_Keysyms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
#define _OSF_Keysyms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
#define osfXK_Copy              0x1004FF02
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
#define osfXK_Cut               0x1004FF03
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
#define osfXK_Paste             0x1004FF04
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
#define osfXK_BackTab           0x1004FF07
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
#define osfXK_BackSpace         0x1004FF08
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
#define osfXK_Clear             0x1004FF0B
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
#define osfXK_Escape            0x1004FF1B
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
#define osfXK_AddMode           0x1004FF31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
#define osfXK_PrimaryPaste      0x1004FF32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
#define osfXK_QuickPaste        0x1004FF33
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
#define osfXK_PageLeft          0x1004FF40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
#define osfXK_PageUp            0x1004FF41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
#define osfXK_PageDown          0x1004FF42
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
#define osfXK_PageRight         0x1004FF43
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
#define osfXK_Activate          0x1004FF44
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
#define osfXK_MenuBar           0x1004FF45
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
#define osfXK_Left              0x1004FF51
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
#define osfXK_Up                0x1004FF52
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
#define osfXK_Right             0x1004FF53
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
#define osfXK_Down              0x1004FF54
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
#define osfXK_EndLine           0x1004FF57
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
#define osfXK_BeginLine         0x1004FF58
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
#define osfXK_EndData           0x1004FF59
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
#define osfXK_BeginData         0x1004FF5A
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
#define osfXK_PrevMenu          0x1004FF5B
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
#define osfXK_NextMenu          0x1004FF5C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
#define osfXK_PrevField         0x1004FF5D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
#define osfXK_NextField         0x1004FF5E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
#define osfXK_Select            0x1004FF60
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
#define osfXK_Insert            0x1004FF63
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
#define osfXK_Undo              0x1004FF65
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
#define osfXK_Menu              0x1004FF67
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
#define osfXK_Cancel            0x1004FF69
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
#define osfXK_Help              0x1004FF6A
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
#define osfXK_SelectAll         0x1004FF71
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
#define osfXK_DeselectAll       0x1004FF72
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
#define osfXK_Reselect          0x1004FF73
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
#define osfXK_Extend            0x1004FF74
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
#define osfXK_Restore           0x1004FF78
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
#define osfXK_Delete            0x1004FFFF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
#endif /* _OSF_Keysyms */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
/**************************************************************
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
 * The use of the following macros is deprecated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
 * They are listed below only for backwards compatibility.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
#define XK_Reset                0x1000FF6C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
#define XK_System               0x1000FF6D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
#define XK_User                 0x1000FF6E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
#define XK_ClearLine            0x1000FF6F
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
#define XK_InsertLine           0x1000FF70
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
#define XK_DeleteLine           0x1000FF71
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
#define XK_InsertChar           0x1000FF72
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
#define XK_DeleteChar           0x1000FF73
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
#define XK_BackTab              0x1000FF74
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
#define XK_KP_BackTab           0x1000FF75
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
#define XK_Ext16bit_L           0x1000FF76
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
#define XK_Ext16bit_R           0x1000FF77
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
#define XK_mute_acute           0x100000a8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
#define XK_mute_grave           0x100000a9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
#define XK_mute_asciicircum     0x100000aa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
#define XK_mute_diaeresis       0x100000ab
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
#define XK_mute_asciitilde      0x100000ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
#define XK_lira                 0x100000af
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
#define XK_guilder              0x100000be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
#ifndef XK_Ydiaeresis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
#define XK_Ydiaeresis           0x100000ee
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
#endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
#define XK_IO                   0x100000ee
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
#define XK_longminus            0x100000f6
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
#define XK_block                0x100000fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
#endif /* _HPKEYSYM_H */