Re: [Qemu-devel] [PATCH 4/6] gtk: add support for input grabbing

2012-02-19 Thread Anthony Liguori
On 02/19/2012 05:45 PM, Anthony Liguori wrote: There is a small deviation from SDL's behavior here. Instead of Ctrl+Alt triggering grab, we now use Ctrl-Alt-g to trigger grab. GTK will not accept Ctrl+Alt as an accelerator since it just consists of modifiers. Having grab as a proper accelerato

[Qemu-devel] [PATCH 4/6] gtk: add support for input grabbing

2012-02-19 Thread Anthony Liguori
There is a small deviation from SDL's behavior here. Instead of Ctrl+Alt triggering grab, we now use Ctrl-Alt-g to trigger grab. GTK will not accept Ctrl+Alt as an accelerator since it just consists of modifiers. Having grab as a proper accelerator is important as it allows a user to override th