----------------------------------------------------------------- * Corrected name of mouse input field when sending click and scroll events.
v1.0.3 (2016-04-05) - Fixes for Python 3 on Windows --------------------------------------------------- * Corrected use of ``ctypes`` on Windows.
1.0.2
-------------------------------------------------- * Use thread identifiers to identify threads, not Thread instances.
v1.0.1 (2016-04-03) - Fixes for Python 3 ---------------------------------------- * Corrected bugs which prevented the library from being used on *Python 3*.
1.0
---------------------------------- * Changed license to *LGPL*. * Corrected minor bugs and inconsistencies. * Corrected and extended documentation.
0.6
------------------------------------ * Added support for monitoring the keyboard. * Corrected wheel packaging. * Corrected deadlock when stopping a listener in some cases on *X*. * Corrected key code constants on *Mac OSX*. * Do not intercept events on *Mac OSX*.
0.5.1
--------------------------------------------- * Corrected handling of dead keys. * Corrected documentation.
0.5
-------------------------------------- * Added support for modifiers.