----------------------------------------------------- * Listen for and dispatch middle button mouse clicks on *Windows*.
1.1.6
----------------------------------------------------------------- * Corrected bug in ``pynput.keyboard.Controller.pressed`` which caused it to never release the key. Many thanks to Toby Southwell!
1.1.5
------------------------------------------------------------------ * Corrected handling of modifier keys to allow them to be composable on *Linux*.
1.1.4
------------------------------------ * 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.