ui/gtk: don't pass on win keys without keyboard grab
commitd3953bf7978521b6373cb8101f594cc44b0efa9e
authorVolker Rümelin <vr_qemu@t-online.de>
Sat, 16 May 2020 07:20:12 +0000 (16 09:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 May 2020 07:06:44 +0000 (19 09:06 +0200)
tree066b61f7cd9135eeee3c5bead864215ad11793b3
parent20a37f2fa3873ad62c31b40f55f2218ec9ff470b
ui/gtk: don't pass on win keys without keyboard grab

Without keyboard grab Windows currently handles the two win keys
and the key events are also sent to the guest. This is undesir-
able. Only one program should handle key events. This patch ap-
plies commit c68f74b02e "win32: do not handle win keys when the
keyboard is not grabbed" from project spice-gtk to ui/gtk.c to
fix this problem.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-id: 20200516072014.7766-9-vr_qemu@t-online.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c