![]() ![]() | ![]() |
version 1.1.1.4, 2018/04/24 16:50:26 | version 1.1.1.5, 2018/04/24 17:20:30 |
---|---|
Line 1 | Line 1 |
typedef struct { | |
const char* name; | #include "keymaps.h" |
int keysym; | |
} name2keysym_t; | |
static const name2keysym_t name2keysym[]={ | static const name2keysym_t name2keysym[]={ |
/* ascii */ | /* ascii */ |
{ "space", 0x020}, | { "space", 0x020}, |
Line 321 static const name2keysym_t name2keysym[] | Line 320 static const name2keysym_t name2keysym[] |
{"Katakana_Real", 0xff25}, | {"Katakana_Real", 0xff25}, |
{"Eisu_toggle", 0xff30}, | {"Eisu_toggle", 0xff30}, |
{0,0}, | {NULL,0}, |
}; | }; |