qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ui/cocoa.m: prevent stuck key situation


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: prevent stuck key situation
Date: Sat, 19 Sep 2015 16:07:04 +0100

On 18 September 2015 at 22:46, Programmingkid <address@hidden> wrote:
> When the user puts QEMU in the background while holding down a key, QEMU
> will
> not receive the keyup event when the user lets go of the key. When the user
> goes
> back to QEMU, QEMU will think the key is still down causing stuck key
> symptoms.
> This patch fixes this problem by releasing all keys when QEMU goes into the
> background.
>
> Signed-off-by: John Arbuckle <address@hidden>
>
> ---
>  ui/cocoa.m |   17 ++++++++++++++++-
>  1 files changed, 16 insertions(+), 1 deletions(-)

Can you please fix how you're sending patch emails not to send
them as HTML? This really does mess up some of the tools we
use to process patchmail, and it's a pain to have to handle
them manually (also error-prone; last patch of yours I
applied I messed up fixing the authorship on).

The git send-email tool is one way of doing this.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]