|
version 1.1, 1994/04/27 07:07:41
|
version 1.2, 2000/10/27 18:30:46
|
|
|
|
| /* $XConsortium: keysym.h,v 1.15 94/04/17 20:10:55 rws Exp $ */ |
/* $TOG: keysym.h /main/9 1998/05/22 16:17:55 kaleb $ */ |
| | |
| /*********************************************************** | /*********************************************************** |
| | |
| Copyright (c) 1987 X Consortium |
Copyright 1987, 1998 The Open Group |
| | |
| Permission is hereby granted, free of charge, to any person obtaining a copy |
All Rights Reserved. |
| of this software and associated documentation files (the "Software"), to deal |
|
| in the Software without restriction, including without limitation the rights |
|
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
| copies of the Software, and to permit persons to whom the Software is |
|
| furnished to do so, subject to the following conditions: |
|
| | |
| The above copyright notice and this permission notice shall be included in | The above copyright notice and this permission notice shall be included in |
| all copies or substantial portions of the Software. | all copies or substantial portions of the Software. |
|
|
|
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| | |
| Except as contained in this notice, the name of the X Consortium shall not be |
Except as contained in this notice, the name of The Open Group shall not be |
| used in advertising or otherwise to promote the sale, use or other dealings | used in advertising or otherwise to promote the sale, use or other dealings |
| in this Software without prior written authorization from the X Consortium. |
in this Software without prior written authorization from The Open Group. |
| | |
| | |
| Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. | Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. |
|
|
|
| SOFTWARE. | SOFTWARE. |
| | |
| ******************************************************************/ | ******************************************************************/ |
| |
/* $XFree86$ */ |
| | |
| /* default keysyms */ | /* default keysyms */ |
| #define XK_MISCELLANY | #define XK_MISCELLANY |
|
|
|
| #define XK_LATIN2 | #define XK_LATIN2 |
| #define XK_LATIN3 | #define XK_LATIN3 |
| #define XK_LATIN4 | #define XK_LATIN4 |
| |
#define XK_LATIN8 |
| |
#define XK_LATIN9 |
| |
#define XK_CAUCASUS |
| #define XK_GREEK | #define XK_GREEK |
| |
#define XK_KATAKANA |
| |
#define XK_ARABIC |
| |
#define XK_CYRILLIC |
| |
#define XK_HEBREW |
| |
#define XK_THAI |
| |
#define XK_KOREAN |
| |
#define XK_ARMENIAN |
| |
#define XK_GEORGIAN |
| |
#define XK_VIETNAMESE |
| |
#define XK_CURRENCY |
| | |
| #include <X11/keysymdef.h> | #include <X11/keysymdef.h> |
| |
|