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: Programmingkid
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: prevent stuck key situation
Date: Sat, 19 Sep 2015 11:11:42 -0400

On Sep 19, 2015, at 11:07 AM, Peter Maydell wrote:

> 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?

I just copy and paste them into Apple's Mail application. Didn't know it makes 
it into 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.

I will learn this send-email tool today. 


reply via email to

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