Home
last modified time | relevance | path

Searched refs:SCANCODE_CTRL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ui/
H A Dkeymaps.c148 keycode |= SCANCODE_CTRL; in parse_keyboard_layout()
196 SCANCODE_SHIFT | SCANCODE_ALTGR | SCANCODE_CTRL; in keysym2scancode()
232 mods |= SCANCODE_CTRL; in keysym2scancode()
H A Dcurses_keys.h38 #define CNTRL SCANCODE_CTRL
45 #define KEYSYM_CNTRL (SCANCODE_CTRL << 16)
H A Dkeymaps.h49 #define SCANCODE_CTRL 0x200 macro