Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole.c307 static const int qcode_to_keysym[Q_KEY_CODE__MAX] = { variable
336 keysym = ctrl ? ctrl_qcode_to_keysym[qcode] : qcode_to_keysym[qcode]; in qemu_text_console_put_qcode()