mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
hw: convert the escc device to keycodemapdb
Replace the qcode_to_keycode table with automatically generated tables. Missing entries in qcode_to_keycode now fixed: - Q_KEY_CODE_KP_COMMA -> 0x2d Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20180117164118.8510-3-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
Gerd Hoffmann
parent
ab8f9d49d6
commit
e709a61a8f
@@ -11,6 +11,7 @@
|
||||
#include "ui/input-keymap-qcode-to-atset2.c"
|
||||
#include "ui/input-keymap-qcode-to-atset3.c"
|
||||
#include "ui/input-keymap-qcode-to-qnum.c"
|
||||
#include "ui/input-keymap-qcode-to-sun.c"
|
||||
#include "ui/input-keymap-qnum-to-qcode.c"
|
||||
#include "ui/input-keymap-qcode-to-linux.c"
|
||||
#include "ui/input-keymap-usb-to-qcode.c"
|
||||
|
||||
Reference in New Issue
Block a user