1 /* $Xorg: Sunkeysym.h,v 1.4 2001/02/09 02:03:22 xorgcvs Exp $ */ 2 3 /************************************************************ 4 5 Copyright 1991, 1998 The Open Group 6 7 Permission to use, copy, modify, distribute, and sell this software and its 8 documentation for any purpose is hereby granted without fee, provided that 9 the above copyright notice appear in all copies and that both that 10 copyright notice and this permission notice appear in supporting 11 documentation. 12 13 The above copyright notice and this permission notice shall be included in 14 all copies or substantial portions of the Software. 15 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 20 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 23 Except as contained in this notice, the name of The Open Group shall not be 24 used in advertising or otherwise to promote the sale, use or other dealings 25 in this Software without prior written authorization from The Open Group. 26 27 28 Copyright 1991 by Sun Microsystems, Inc. Mountain View, CA. 29 30 All Rights Reserved 31 32 Permission to use, copy, modify, and distribute this 33 software and its documentation for any purpose and without 34 fee is hereby granted, provided that the above copyright no- 35 tice appear in all copies and that both that copyright no- 36 tice and this permission notice appear in supporting docu- 37 mentation, and that the name of Sun not be used in 38 advertising or publicity pertaining to distribution of the 39 software without specific prior written permission. Sun 40 makes no representations about the suitability of this 41 software for any purpose. It is provided "as is" without any 42 express or implied warranty. 43 44 SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 45 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT- 46 NESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI- 47 ABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 48 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 49 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 50 OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 51 THE USE OR PERFORMANCE OF THIS SOFTWARE. 52 53 ***********************************************************/ 54 55 /* 56 * Floating Accent 57 */ 58 59 #define SunXK_FA_Grave 0x1005FF00 60 #define SunXK_FA_Circum 0x1005FF01 61 #define SunXK_FA_Tilde 0x1005FF02 62 #define SunXK_FA_Acute 0x1005FF03 63 #define SunXK_FA_Diaeresis 0x1005FF04 64 #define SunXK_FA_Cedilla 0x1005FF05 65 66 /* 67 * Miscellaneous Functions 68 */ 69 70 #define SunXK_F36 0x1005FF10 /* Labeled F11 */ 71 #define SunXK_F37 0x1005FF11 /* Labeled F12 */ 72 73 #define SunXK_Sys_Req 0x1005FF60 74 #define SunXK_Print_Screen 0x0000FF61 /* Same as XK_Print */ 75 76 /* 77 * International & Multi-Key Character Composition 78 */ 79 80 #define SunXK_Compose 0x0000FF20 /* Same as XK_Multi_key */ 81 #define SunXK_AltGraph 0x0000FF7E /* Same as XK_Mode_switch */ 82 83 /* 84 * Cursor Control 85 */ 86 87 #define SunXK_PageUp 0x0000FF55 /* Same as XK_Prior */ 88 #define SunXK_PageDown 0x0000FF56 /* Same as XK_Next */ 89 90 /* 91 * Open Look Functions 92 */ 93 94 #define SunXK_Undo 0x0000FF65 /* Same as XK_Undo */ 95 #define SunXK_Again 0x0000FF66 /* Same as XK_Redo */ 96 #define SunXK_Find 0x0000FF68 /* Same as XK_Find */ 97 #define SunXK_Stop 0x0000FF69 /* Same as XK_Cancel */ 98 #define SunXK_Props 0x1005FF70 99 #define SunXK_Front 0x1005FF71 100 #define SunXK_Copy 0x1005FF72 101 #define SunXK_Open 0x1005FF73 102 #define SunXK_Paste 0x1005FF74 103 #define SunXK_Cut 0x1005FF75 104 105 #define SunXK_PowerSwitch 0x1005FF76 106 #define SunXK_AudioLowerVolume 0x1005FF77 107 #define SunXK_AudioMute 0x1005FF78 108 #define SunXK_AudioRaiseVolume 0x1005FF79 109 #define SunXK_VideoDegauss 0x1005FF7A 110 #define SunXK_VideoLowerBrightness 0x1005FF7B 111 #define SunXK_VideoRaiseBrightness 0x1005FF7C 112 #define SunXK_PowerSwitchShift 0x1005FF7D 113