keysym.h revision 7941
16184SN/A/* $Xorg: keysym.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ */
26184SN/A
36184SN/A/***********************************************************
46184SN/A
56184SN/ACopyright 1987, 1998  The Open Group
66184SN/A
76184SN/APermission to use, copy, modify, distribute, and sell this software and its
86184SN/Adocumentation for any purpose is hereby granted without fee, provided that
96184SN/Athe above copyright notice appear in all copies and that both that
106184SN/Acopyright notice and this permission notice appear in supporting
116184SN/Adocumentation.
126184SN/A
136184SN/AThe above copyright notice and this permission notice shall be included in
146184SN/Aall copies or substantial portions of the Software.
156184SN/A
166184SN/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
176184SN/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
186184SN/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
196184SN/AOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
206184SN/AAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
216184SN/ACONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
226184SN/A
236184SN/AExcept as contained in this notice, the name of The Open Group shall not be
246184SN/Aused in advertising or otherwise to promote the sale, use or other dealings
256184SN/Ain this Software without prior written authorization from The Open Group.
266184SN/A
276184SN/A
286184SN/ACopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
296184SN/A
306184SN/A                        All Rights Reserved
316184SN/A
326184SN/APermission to use, copy, modify, and distribute this software and its
336184SN/Adocumentation for any purpose and without fee is hereby granted,
346226Snate@binkert.orgprovided that the above copyright notice appear in all copies and that
358232Snate@binkert.orgboth that copyright notice and this permission notice appear in
366184SN/Asupporting documentation, and that the name of Digital not be
3710785Sgope@wisc.eduused in advertising or publicity pertaining to distribution of the
389480Snilay@cs.wisc.edusoftware without specific, written prior permission.
399480Snilay@cs.wisc.edu
4010785Sgope@wisc.eduDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
416184SN/AALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
426184SN/ADIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
436184SN/AANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
446184SN/AWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
456184SN/AARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
466184SN/ASOFTWARE.
476184SN/A
486184SN/A******************************************************************/
496184SN/A/* $XFree86: xc/include/keysym.h,v 1.3 2001/01/17 17:53:12 dawes Exp $ */
506184SN/A
516184SN/A/* default keysyms */
526184SN/A#define XK_MISCELLANY
536184SN/A#define XK_XKB_KEYS
546184SN/A#define XK_LATIN1
559480Snilay@cs.wisc.edu#define XK_LATIN2
566184SN/A#define XK_LATIN3
576184SN/A#define XK_LATIN4
586184SN/A#define XK_LATIN8
596184SN/A#define XK_LATIN9
606227Snate@binkert.org#define XK_CAUCASUS
619480Snilay@cs.wisc.edu#define XK_GREEK
626184SN/A#define XK_KATAKANA
639480Snilay@cs.wisc.edu#define XK_ARABIC
646184SN/A#define XK_CYRILLIC
656184SN/A#define XK_HEBREW
669480Snilay@cs.wisc.edu#define XK_THAI
676184SN/A#define XK_KOREAN
689480Snilay@cs.wisc.edu#define XK_ARMENIAN
696184SN/A#define XK_GEORGIAN
706184SN/A#define XK_VIETNAMESE
716184SN/A#define XK_CURRENCY
726184SN/A#define XK_MATHEMATICAL
736184SN/A#define XK_BRAILLE
746184SN/A
756227Snate@binkert.org#include "x11keysym/keysymdef.h"
766184SN/A
776184SN/A