13 #ifndef _GWIN_KEYBOARD_LAYOUT_H 14 #define _GWIN_KEYBOARD_LAYOUT_H 53 const char const *keycap;
54 const char const *sendkey;
56 #define GVKEY_INVERT 0x01 // Invert the color 57 #define GVKEY_SINGLESET 0x02 // Change set when this key is pressed but only for a single keystroke 58 #define GVKEY_LOCKSET 0x04 // Change set when this key is pressed but stay there until the set is changed by the user 62 typedef const char **GVKeySet;
63 typedef struct GVKeyTable {
65 const GVKeySet *ksets;
struct GVSpecialKey GVSpecialKey