mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
input: keymap: add meta keys
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2386a90730
commit
86846bfe64
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ static const int qcode_to_number[] = {
|
|||
[Q_KEY_CODE_CTRL] = 0x1d,
|
||||
[Q_KEY_CODE_CTRL_R] = 0x9d,
|
||||
|
||||
[Q_KEY_CODE_META_L] = 0xdb,
|
||||
[Q_KEY_CODE_META_R] = 0xdc,
|
||||
[Q_KEY_CODE_MENU] = 0xdd,
|
||||
|
||||
[Q_KEY_CODE_ESC] = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue