KEY_CODE
#define KEY_CODE(c) ((c) & 0x7f)
#define KEY_CODE(x) ((x) & 0x7f)
#define KEY_CODE(c) ((c) & KBD_KEYMASK) /* keyboard code index */