Home
last modified time | relevance | path

Searched refs:SCANCODE_GREY (Results 1 – 4 of 4) sorted by relevance

/qemu/ui/
H A Dinput-keymap.c79 if (keycode & SCANCODE_GREY) { in qemu_input_key_value_to_scancode()
81 keycode &= ~SCANCODE_GREY; in qemu_input_key_value_to_scancode()
H A Dkeymaps.h41 #define SCANCODE_GREY 0x80 macro
H A Dcurses_keys.h34 #define GREY SCANCODE_GREY
H A Dspice-input.c76 keycode |= SCANCODE_GREY; in kbd_push_key()