Searched refs:QEMU_KEY_UP (Results 1 – 5 of 5) sorted by relevance
284 [KEY_UP] = QEMU_KEY_UP,
308 [Q_KEY_CODE_UP] = QEMU_KEY_UP,
1953 qemu_text_console_put_keysym(con, QEMU_KEY_UP); in do_key_event()1984 qemu_text_console_put_keysym(con, numlock ? '8' : QEMU_KEY_UP); in do_key_event()
786 [kVK_UpArrow] = QEMU_KEY_UP,
91 #define QEMU_KEY_UP QEMU_KEY_ESC1('A') macro