/* $Id: keysyms.h,v 1.2 2005/07/31 15:31:11 soyt Exp $ ****************************************************************************** Input-Quartz: Keyboard symbol definition Copyright (C) 2002 Christoph Egger Permission is hereby granted, free of charge, to any person obtaining a copy 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 all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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. ****************************************************************************** */ #define NSSymKeypad_0 0x7C #define NSSymKeypad_1 0x53 #define NSSymKeypad_2 0x54 #define NSSymKeypad_3 0x55 #define NSSymKeypad_4 0x56 #define NSSymKeypad_5 0x57 #define NSSymKeypad_6 0x58 #define NSSymKeypad_7 0x59 #define NSSymKeypad_8 0x5B #define NSSymKeypad_9 0x5C #define NSSymKeypadDivide 0x4B #define NSSymKeypadMultiply 0x43 #define NSSymKeypadMinus 0x4E #define NSSymKeypadPlus 0x45 #define NSSymKeypadEnter 0x4C #define NSSymKeypadPeriod 0x41 #define NSSymKeypadEquals 0x51 #define NSSymShiftL 0x38 #define NSSymShiftR 0x38 #define NSSymControlL 0x3B #define NSSymControlR 0x3B #define NSSymAltL 0x3A #define NSSymAltR 0x3A #define NSSymMetaL 0x37 #define NSSymMetaR 0x37 #define NSSymCapslock 0x39 #define NSSymNumLock 0x47 #define NSSymScrollLock 0x6B