- [+] Wetkey: triggered when a single key is pressed or released. - [+] Suppress: Suppress the last key after triggering a hotkey. ___
1.4.1
- 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. ___
1.4.0
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". ___
1.3.3
Bug Fixes - Combination hot key: Fix the keystroke value error of combination hot key. Refactor - Simplify README.md. ___
1.3.2
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. ___
1.3.1
- Delete a deprecated class. - Replace root logger with a separate logger. - Rename property "hot_keys" to "hotKeyList". - Change documents and some code comments. ___