1 /* 2 * Copyright (c) 1994 Sony Corporation 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining 5 * a copy of this software and associated documentation files (the 6 * "Software"), to deal in the Software without restriction, including 7 * without limitation the rights to use, copy, modify, merge, publish, 8 * distribute, sublicense, and/or sell copies of the Software, and to 9 * permit persons to whom the Software is furnished to do so, subject to 10 * the following conditions: 11 * 12 * The above copyright notice and this permission notice shall be 13 * included in all copies or substantial portions of the Software. 14 * 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 18 * IN NO EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY CLAIM, 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 21 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 * 23 * Except as contained in this notice, the name of Sony Corporation 24 * shall not be used in advertising or otherwise to promote the sale, use 25 * or other dealings in this Software without prior written authorization 26 * from Sony Corporation. 27 * 28 */ 29 30 /* 31 * $SonyRCSfile: key.h,v $ 32 * $SonyRevision: 1.1 $ 33 * $SonyDate: 1994/06/03 08:03:47 $ 34 */ 35 36 37 38 39 40 #define KEY_NORMAL 0 41 #define KEY_CONV 1 42 #define KEY_HENKAN 2 43 #define KEY_MUHENKAN 3 44 #define KEY_KETTEI 4 45 #define KEY_ZHIRA 5 46 #define KEY_HALPHA 6 47 #define KEY_ZALPHA 7 48 #define KEY_HKATA 8 49 #define KEY_ZKATA 9 50 #define KEY_CODE 10 51 #define KEY_ETC 11 52 #define KEY_RIGHT 12 53 #define KEY_LEFT 13 54 #define KEY_UP 14 55 #define KEY_DOWN 15 56 #define KEY_TOGGLE 16 57 #define KEY_EDIT 17 58 59 #define KEY_WRAP 18 60 #define KEY_WRAPBACK 19 61 #define KEY_HELP 20 62 #define KEY_TOROKU 21 63 #define KEY_SYOUKYO 22 64 #define KEY_SJRC 23 65 66 #define KEY_HA_KET 24 67 #define KEY_FLUSH 25 68 #define KEY_BUFFER 26 69 70 #define KEY_HANKAKU 27 71 #define KEY_ZENKAKU 28 72 73 #define KEY_HIRAGANA 29 74 #define KEY_KATAKANA 30 75 #define KEY_EISUU 31 76 #define KEY_EIDAI 32 77 #define KEY_ROMA 33 78 79 #define KEY_CANCEL 34 80 #define KEY_RECONV 35 81 82 #define KEY_IGNORE 36 83 #define KEY_DEBUG 37 84 85 #define KEY_TOP 38 86 #define KEY_END 39 87 #define KEY_RECONNECT 40 88 #define KEY_KILL 41 89 #define KEY_OTHER 42 90 91 #define KEY_MORE 43 92 93 94 95 #define UKEYNUM 64 96 #define SEQLEN 8 97 #define COMNUM 64 98 99