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