Re: [Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice with gtk3

2014-04-28 Thread Gerd Hoffmann
On Fr, 2014-04-25 at 16:46 -0400, Cole Robinson wrote: > On 04/25/2014 05:11 AM, Gerd Hoffmann wrote: > > On Do, 2014-04-24 at 13:35 -0400, Cole Robinson wrote: > >> When keyboard focus is grabbed, current qemu wants to pass every > >> keypress to the VM, unless the user is pressing a UI accelerato

Re: [Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice with gtk3

2014-04-25 Thread Cole Robinson
On 04/25/2014 05:11 AM, Gerd Hoffmann wrote: > On Do, 2014-04-24 at 13:35 -0400, Cole Robinson wrote: >> When keyboard focus is grabbed, current qemu wants to pass every >> keypress to the VM, unless the user is pressing a UI accelerator. >> >> That's exactly how things work without any of the fanc

Re: [Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice with gtk3

2014-04-25 Thread Gerd Hoffmann
On Do, 2014-04-24 at 13:35 -0400, Cole Robinson wrote: > When keyboard focus is grabbed, current qemu wants to pass every > keypress to the VM, unless the user is pressing a UI accelerator. > > That's exactly how things work without any of the fancy handling. Drop > the special handling, which see

[Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice with gtk3

2014-04-24 Thread Cole Robinson
When keyboard focus is grabbed, current qemu wants to pass every keypress to the VM, unless the user is pressing a UI accelerator. That's exactly how things work without any of the fancy handling. Drop the special handling, which seems to trigger accelerators twice on gtk3. Signed-off-by: Cole Ro