Re: [PATCH] ui/cocoa: Do not raise keys before QEMU resigns active

2021-03-15 Thread Akihiko Odaki
2021年3月15日(月) 16:32 Gerd Hoffmann : > > On Sun, Mar 14, 2021 at 04:01:47PM +0900, Akihiko Odaki wrote: > > ui/cocoa used to raise all keys before it resigns active to prevent a > > stuck key problem caused by key up events it does not see while it is > > inactive. The problem is solved by checking

Re: [PATCH] ui/cocoa: Do not raise keys before QEMU resigns active

2021-03-15 Thread Gerd Hoffmann
On Sun, Mar 14, 2021 at 04:01:47PM +0900, Akihiko Odaki wrote: > ui/cocoa used to raise all keys before it resigns active to prevent a > stuck key problem caused by key up events it does not see while it is > inactive. The problem is solved by checking -[NSEvent modifierFlags] in > commit

Re: [PATCH] ui/cocoa: Do not raise keys before QEMU resigns active

2021-03-14 Thread Akihiko Odaki
2021年3月14日(日) 21:55 BALATON Zoltan : > > On Sun, 14 Mar 2021, Akihiko Odaki wrote: > > ui/cocoa used to raise all keys before it resigns active to prevent a > > stuck key problem caused by key up events it does not see while it is > > inactive. The problem is solved by checking -[NSEvent

Re: [PATCH] ui/cocoa: Do not raise keys before QEMU resigns active

2021-03-14 Thread BALATON Zoltan
On Sun, 14 Mar 2021, Akihiko Odaki wrote: ui/cocoa used to raise all keys before it resigns active to prevent a stuck key problem caused by key up events it does not see while it is inactive. The problem is solved by checking -[NSEvent modifierFlags] in commit