Home
last modified time | relevance | path

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

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