Skip to content

Releases: Xpp521/PyHotKey

v1.5.0

21 Dec 12:52
Compare
Choose a tag to compare
  • [+] Wetkey: triggered when a single key is pressed or released.
  • [+] Suppress: Suppress the last key after triggering a hotkey.

v1.4.1

05 Dec 12:04
Compare
Choose a tag to compare
  • Add api: "unregister_all_hotkeys".
  • Change the parameter order of "register_hotkey".
  • Now you can use "pressed_keys" to check whether a key is pressed.

v1.4.0 - 2022 Reborn

24 Nov 11:51
Compare
Choose a tag to compare

After 3 years I'm back with the new "PyHotKey".

Changes:

  • Fixed a lot of bugs.
  • Now you can record hotkey and control keyboard.
  • Real cross platform this time.
  • And more convenient apis...

Check "README.md".

v1.3.3

22 Dec 06:56
Compare
Choose a tag to compare

Bug Fixes

  • Combination hot key: Fix the keystroke value error of combination hot key.

Refactor

  • Simplify README.md.

v1.3.2

22 Dec 05:36
Compare
Choose a tag to compare

Bug Fixes:

  • Log path: fix the default log path overwrites the custom log path when setting "manager.logger = True".

Refactor

  • Adjust code structure.
  • Rewrite README.md.

v1.3.1

19 Dec 07:26
Compare
Choose a tag to compare
  • Delete a deprecated class.
  • Replace root logger with a separate logger.
  • Rename property "hot_keys" to "hotKeyList".
  • Change documents and some code comments.

v1.3.0

30 Nov 10:46
Compare
Choose a tag to compare
  • Currently, users can customize the log path.
  • Optimize code.

v1.2.0

22 Nov 00:54
Compare
Choose a tag to compare
  • Add logger.
  • Optimize code.
  • Fix a potential bug.

v1.1.1

14 Nov 11:48
Compare
Choose a tag to compare
  • Remove log message.