On Sep 19, 2015, at 11:07 AM, Peter Maydell wrote: > On 18 September 2015 at 22:46, Programmingkid <programmingk...@gmail.com> > 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 <programmingk...@gmail.com> >> >> --- >> 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.