------------------------------------ * Corrected error generation when ``GetKeyboardState`` fails. * Make sure to apply shift state to borrowed keys on *X*. * Use *pylint*.
v1.1.2 (2016-09-26) - Added missing type for Python 2 ----------------------------------------------------- * Added missing ``LPDWORD`` for *Python 2* on *Windows*.
1.1.1
-------------------------------------------------------------------- * Corrected keyboard listener on *Windows*. Modifier keys and other keys changing the state of the keyboard are now handled correctly. * Corrected mouse click and release on *Windows*. * Corrected code samples.
1.1
--------------------------------------------- * Propagate import errors raised on Linux to help troubleshoot missing ``Xlib`` module. * Declare ``python3-xlib`` as dependency on *Linux* for *Python 3*.
1.0.6
------------------------------------- * Make sure to build a universal wheel for all python versions.
1.0.5
----------------------------------------------- * Corrected dragging on *OSX*. * Added scroll speed constant for *OSX* to correct slow scroll speed.