]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
ui: convert GTK and SDL1 frontends to keycodemapdb
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 17 Jan 2018 16:47:15 +0000 (16:47 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Jan 2018 14:02:00 +0000 (15:02 +0100)
commit2ec78706d188df7d3dab43d07b19b05ef7800a44
tree1c569f88ce17ab70fc1bf5f4940719705438b2fc
parented7b2624f241b58ca9e5437470339d60bf87e231
ui: convert GTK and SDL1 frontends to keycodemapdb

The x_keycode_to_pc_keycode and evdev_keycode_to_pc_keycode
tables are replaced with automatically generated tables.
In addition the X11 heuristics are improved to detect running
on XQuartz and XWin X11 servers, to activate the correct OS-X
and Win32 keycode maps.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20180117164717.15855-3-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile
include/ui/input.h
ui/Makefile.objs
ui/gtk.c
ui/input-keymap.c
ui/sdl.c
ui/trace-events
ui/x_keymap.c
ui/x_keymap.h