-
Hotkey Macro Fix Stable
released this
2026-01-04 20:33:09 +00:00 | 16 commits to main since this releaseBug Fixes
- Fixed hotkey execution on Windows - Hotkey macros now work reliably on Windows by adding proper timing intervals between key presses. Previously, pyautogui was sending key events too rapidly for some Windows applications to register them correctly.
Technical Details
- Added 50ms interval between key presses in hotkey combinations
- Added small delay before hotkey execution for better Windows compatibility
- Added defensive handling for edge cases in hotkey data format
Downloads