]> git.proxmox.com Git - mirror_qemu.git/commit
keymap: record multiple keysym -> keycode mappings
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Feb 2018 07:05:12 +0000 (08:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Feb 2018 09:35:26 +0000 (10:35 +0100)
commit23ad24e48cf28ac2542ade657efbf7f802d7c8a0
treeef3ff5c361051debc25a3e2b4c1b08384b06dfee
parent6b71ea1138307a0fbc0273df8866ca9879b7ba4c
keymap: record multiple keysym -> keycode mappings

Sometimes the same keysym can be created using different key
combinations.  Record them all in the reverse keymap, not only
the first one.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20180222070513.8740-5-kraxel@redhat.com
ui/keymaps.c