Re: [Superkb-devel] [PATCH] Make sure KeyReleased keys are actually not pressed (Bug #432887).
Status: Alpha
Brought to you by:
alvarezp
From: Octavio A. <alv...@al...> - 2010-12-05 10:32:02
|
On Sun, 05 Dec 2010 02:25:04 -0800, Eduardo A. Bustamante López <ebu...@du...> wrote: > Some KeyRelease events were generated by X's AutoRepeat, even if the key > wasn't actually released. Using XQueryKeymap we check the state of the > key. If it isn't a true KeyRelease the event is removed from the stack, > else it executes the action associated. Very nice. I picked up your patch as sent, except I formatted your commit message to 70 columns (it was all one big line). Thanks. -- Octavio. |