|
||||
File indexing completed on 2025-01-18 10:14:31
0001 /* 0002 * Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved. 0003 * 0004 * Permission is hereby granted, free of charge, to any person obtaining a 0005 * copy of this software and associated documentation files (the "Software"), 0006 * to deal in the Software without restriction, including without limitation 0007 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 0008 * and/or sell copies of the Software, and to permit persons to whom the 0009 * Software is furnished to do so, subject to the following conditions: 0010 * 0011 * The above copyright notice and this permission notice (including the next 0012 * paragraph) shall be included in all copies or substantial portions of the 0013 * Software. 0014 * 0015 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0016 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0017 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 0018 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 0019 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 0020 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 0021 * DEALINGS IN THE SOFTWARE. 0022 */ 0023 /************************************************************ 0024 0025 Copyright 1991, 1998 The Open Group 0026 0027 Permission to use, copy, modify, distribute, and sell this software and its 0028 documentation for any purpose is hereby granted without fee, provided that 0029 the above copyright notice appear in all copies and that both that 0030 copyright notice and this permission notice appear in supporting 0031 documentation. 0032 0033 The above copyright notice and this permission notice shall be included in 0034 all copies or substantial portions of the Software. 0035 0036 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0037 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0038 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 0039 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 0040 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 0041 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 0042 0043 Except as contained in this notice, the name of The Open Group shall not be 0044 used in advertising or otherwise to promote the sale, use or other dealings 0045 in this Software without prior written authorization from The Open Group. 0046 0047 ***********************************************************/ 0048 0049 /* 0050 * Floating Accent 0051 */ 0052 0053 #define SunXK_FA_Grave 0x1005FF00 0054 #define SunXK_FA_Circum 0x1005FF01 0055 #define SunXK_FA_Tilde 0x1005FF02 0056 #define SunXK_FA_Acute 0x1005FF03 0057 #define SunXK_FA_Diaeresis 0x1005FF04 0058 #define SunXK_FA_Cedilla 0x1005FF05 0059 0060 /* 0061 * Miscellaneous Functions 0062 */ 0063 0064 #define SunXK_F36 0x1005FF10 /* Labeled F11 */ 0065 #define SunXK_F37 0x1005FF11 /* Labeled F12 */ 0066 0067 #define SunXK_Sys_Req 0x1005FF60 0068 #define SunXK_Print_Screen 0x0000FF61 /* Same as XK_Print */ 0069 0070 /* 0071 * International & Multi-Key Character Composition 0072 */ 0073 0074 #define SunXK_Compose 0x0000FF20 /* Same as XK_Multi_key */ 0075 #define SunXK_AltGraph 0x0000FF7E /* Same as XK_Mode_switch */ 0076 0077 /* 0078 * Cursor Control 0079 */ 0080 0081 #define SunXK_PageUp 0x0000FF55 /* Same as XK_Prior */ 0082 #define SunXK_PageDown 0x0000FF56 /* Same as XK_Next */ 0083 0084 /* 0085 * Open Look Functions 0086 */ 0087 0088 #define SunXK_Undo 0x0000FF65 /* Same as XK_Undo */ 0089 #define SunXK_Again 0x0000FF66 /* Same as XK_Redo */ 0090 #define SunXK_Find 0x0000FF68 /* Same as XK_Find */ 0091 #define SunXK_Stop 0x0000FF69 /* Same as XK_Cancel */ 0092 #define SunXK_Props 0x1005FF70 0093 #define SunXK_Front 0x1005FF71 0094 #define SunXK_Copy 0x1005FF72 0095 #define SunXK_Open 0x1005FF73 0096 #define SunXK_Paste 0x1005FF74 0097 #define SunXK_Cut 0x1005FF75 0098 0099 #define SunXK_PowerSwitch 0x1005FF76 0100 #define SunXK_AudioLowerVolume 0x1005FF77 0101 #define SunXK_AudioMute 0x1005FF78 0102 #define SunXK_AudioRaiseVolume 0x1005FF79 0103 #define SunXK_VideoDegauss 0x1005FF7A 0104 #define SunXK_VideoLowerBrightness 0x1005FF7B 0105 #define SunXK_VideoRaiseBrightness 0x1005FF7C 0106 #define SunXK_PowerSwitchShift 0x1005FF7D
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |