OSDN Git Service

ui/gkt: release all keys on grab-broken-event
authorVolker Rümelin <vr_qemu@t-online.de>
Sat, 16 May 2020 07:20:06 +0000 (09:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 May 2020 07:06:44 +0000 (09:06 +0200)
commit0c4b1a7dc597499814d6222da4c95cbf9de68ba6
treefc2880deb41f6fc8d5942432d2dd90746d3a33d9
parentbd593d2cd9932ea20593c4e6960d84fd59854130
ui/gkt: release all keys on grab-broken-event

There is no way to grab the Ctrl-Alt-Del key combination on
Windows. This key combination will leave all three keys in a
stuck condition. This patch uses the grab-broken-event to
release the keys.

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