91 lines
2.4 KiB
C
91 lines
2.4 KiB
C
/*
|
|
* Copyright (c) 1994 Sony Corporation
|
|
*
|
|
* 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 SONY CORPORATION 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.
|
|
*
|
|
* Except as contained in this notice, the name of Sony Corporation
|
|
* shall not be used in advertising or otherwise to promote the sale, use
|
|
* or other dealings in this Software without prior written authorization
|
|
* from Sony Corporation.
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* $SonyRCSfile: key.h,v $
|
|
* $SonyRevision: 1.1 $
|
|
* $SonyDate: 1994/06/03 08:03:47 $
|
|
*/
|
|
|
|
#define KEY_NORMAL 0
|
|
#define KEY_CONV 1
|
|
#define KEY_HENKAN 2
|
|
#define KEY_MUHENKAN 3
|
|
#define KEY_KETTEI 4
|
|
#define KEY_ZHIRA 5
|
|
#define KEY_HALPHA 6
|
|
#define KEY_ZALPHA 7
|
|
#define KEY_HKATA 8
|
|
#define KEY_ZKATA 9
|
|
#define KEY_CODE 10
|
|
#define KEY_ETC 11
|
|
#define KEY_RIGHT 12
|
|
#define KEY_LEFT 13
|
|
#define KEY_UP 14
|
|
#define KEY_DOWN 15
|
|
#define KEY_TOGGLE 16
|
|
#define KEY_EDIT 17
|
|
|
|
#define KEY_WRAP 18
|
|
#define KEY_WRAPBACK 19
|
|
#define KEY_HELP 20
|
|
#define KEY_TOROKU 21
|
|
#define KEY_SYOUKYO 22
|
|
#define KEY_SJRC 23
|
|
|
|
#define KEY_HA_KET 24
|
|
#define KEY_FLUSH 25
|
|
#define KEY_BUFFER 26
|
|
|
|
#define KEY_HANKAKU 27
|
|
#define KEY_ZENKAKU 28
|
|
|
|
#define KEY_HIRAGANA 29
|
|
#define KEY_KATAKANA 30
|
|
#define KEY_EISUU 31
|
|
#define KEY_EIDAI 32
|
|
#define KEY_ROMA 33
|
|
|
|
#define KEY_CANCEL 34
|
|
#define KEY_RECONV 35
|
|
|
|
#define KEY_IGNORE 36
|
|
#define KEY_DEBUG 37
|
|
|
|
#define KEY_TOP 38
|
|
#define KEY_END 39
|
|
#define KEY_RECONNECT 40
|
|
#define KEY_KILL 41
|
|
#define KEY_OTHER 42
|
|
|
|
#define KEY_MORE 43
|
|
|
|
#define UKEYNUM 64
|
|
#define SEQLEN 8
|
|
#define COMNUM 64
|