Searched refs:KEY_LEFTALT (Results 1 – 2 of 2) sorted by relevance
/qemu/include/standard-headers/linux/ | ||
H A D | input-event-codes.h | 131 #define KEY_LEFTALT 56 macro |
/qemu/ui/ | ||
H A D | input-linux.c | 105 return il->keydown[KEY_LEFTALT] && in input_linux_check_toggle() |