]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
gtk: suppress accelerators from the File menu when grab is active
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Feb 2013 13:43:26 +0000 (07:43 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Feb 2013 22:34:49 +0000 (16:34 -0600)
commit73d4dc71f3a41131541c73b3ac2a8b160a51842b
tree38fc856cd607ac574a03e58087a600b115358d4c
parent15546425c5527ebb08ede399373b705866f1ff84
gtk: suppress accelerators from the File menu when grab is active

If you're full screen, you probably expect Ctrl-Q to go to the guest,
not the host.  I think restricting certain menus is the right way to
handle this generally speaking.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1361367806-4599-10-git-send-email-aliguori@us.ibm.com
ui/gtk.c