pyHook Changelog

What's new in pyHook 1.5.1

Aug 31, 2011
  • Back out the bugfix for deadkeys, since it broke ascii conversion.
  • Allow the processing of negative ncode key events, because, why not?
  • Update the SWIG typemap syntax from a deprecated style to avoid warning during build.

New in pyHook 1.6 PreRelease (Aug 31, 2011)

  • BUGFIX: deadkeys on international keyboards work correctly.
  • BUGFIX: pyHook can now be used in binaries built with py2exe (maybe this will work with PyInstaller too).

New in pyHook 1.5.0 (Aug 31, 2011)

  • Changed stateful key tracking to work better with SendKeys
  • Possibly fixed bug where weird chars were insert when Alt+Arrow key pressed

New in pyHook 1.4.0 (Aug 31, 2011)

  • Added documentation
  • Added KeyAll property to HookManager
  • Added support for translating virtual keycodes to ASCII characters when possible
  • Added support for stopping event propagation

New in pyHook 1.3.0 (Aug 31, 2011)

  • AA example was updated to work with the wx namespace
  • Added support for allowing/disallowing event propagation (see example.py)
  • Added a proper __init__.py to the package