---------------------------------------------------------- * Use ``CGEventKeyboardGetUnicodeString`` in *macOS* keyboard listener to send correct characters. * Include keysym instead of key code in *Xorg* keyboard listener. * Corrected logging to not include expected ``StopException``. * Updated and corrected documentation.
1.4.1
----------------------------- * Log unhandled exceptions raised by listener callbacks.
1.4
------------------------------------- * Added possibility to fully suppress events when listening. * Added support for typing some control characters. * Added support for mouse drag events on *OSX*. Thanks to *jungledrum*! * Include the key code in keyboard listener events. * Correctly handle the numeric key pad on *Xorg* with *num lock* active. Thanks to *TheoRet*! * Corrected handling of current thread keyboard layout on *Windows*. Thanks to *Schmettaling*! * Corrected stopping of listeners on *Xorg*. * Corrected import of ``Xlib.keysymdef.xkb`` on *Xorg*. Thanks to *Glandos*!
1.3.10
-------------------------------------------------- * Do not crash when ``Xlib.display.Display.get_input_focus`` returns an integer, as it may when running under *Xephyr*. Thanks to *Eli Skeggs*!
1.3.9
-------------------------------------------------------------- * Corrected check for virtual key code when generating keyboard events on *OSX*. This fixes an issue where pressing *A* with *shift* explicitly pressed would still type a minuscule letter.
1.3.8
-------------------------------------------------------------------- * Fall back on a different method to retrieve the keyboard layout on *OSX*. This helps for some keyboard layouts, such as *Chinese*. Thanks to *haoflynet*!