]> git.proxmox.com Git - mirror_qemu.git/commit
gtk: Add handling for the xfree86 keycodes
authorBruce Rogers <brogers@suse.com>
Thu, 1 May 2014 02:29:42 +0000 (20:29 -0600)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:41:04 +0000 (08:41 +0200)
commit3158a3482b0093e41f2b2596fba50774ea31ae08
tree82180c27e184dbdaea2a660593cd180dfcdbe858
parentaa0a55d42d0874bad9ff0f709c91179be727b8ce
gtk: Add handling for the xfree86 keycodes

Currently only evdev keycodes are handled by the gtk-ui. SDL has
code to handle both. This patch adds similar processing so that
both keycode types will be handled via the gtk-ui.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c