Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 488 Bytes

change-log.md

File metadata and controls

17 lines (15 loc) · 488 Bytes

#Change log for Hooked: #####v0.5:

  • Initial module
  • Had hook to raw key-codes and scan-codes
  • Parsed these codes into names of the keys.
  • Limited dependencies to just standard library modules.
  • functions called when keys pressed

#####v0.6:

  • added many mouse hooks
  • Left, middle, and right button presses are supported
  • Scrolling the scroll wheel is supported.
  • Hooking mouse coordinates is supported.
  • Passing arguments on function call supported.

#####v0.7:

  • release to PyPi