|
|
/* this file has been generated by convert_key */ #ifndef _KCKEY_H #define _KCKEY_H typedef struct { char name[15]; int code; } KKey; #define MAX_KEY_LENGTH 15 #define MAX_KEY_MODIFIER_LENGTH 15 #define NB_KEYS 234 extern KKey KKeys[NB_KEYS]; #endif
Generated by: root@tantive.terraplex.com on Sun Feb 27 18:46:28 200. |