home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / include / x11 / sunkeysym.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-17  |  4.1 KB  |  114 lines

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