]> www.infradead.org Git - users/dwmw2/qemu.git/commit
gtk: disable the F10 menubar key
authorPeter Wu <peter@lekensteyn.nl>
Thu, 10 May 2018 23:07:39 +0000 (01:07 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 May 2018 08:47:01 +0000 (10:47 +0200)
commit677b490501823c1cb6946d8bb9e7907c12cd0c71
tree65c9d61335c5b3f49ac06223f393215b0d8845fa
parentcd6cd8fa0da7839b11ca7e5d7d45b73810394395
gtk: disable the F10 menubar key

The F10 key is used in various applications, disable it unconditionally
(do not limit it to grab mode). Note that this property is deprecated
and might be removed in the future (GTK+ commit b082fb598d).

Fixes: https://bugs.launchpad.net/qemu/+bug/1726910
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Message-id: 20180510230739.28459-2-peter@lekensteyn.nl
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c