[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH 5/5] gtk: Fix accelerators being triggered twice with gtk3 |
Date: |
Fri, 25 Apr 2014 11:11:08 +0200 |
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 seems to trigger accelerators twice on gtk3.
Is this tested on gtk2?
cheers,
Gerd