Adds a larger AutoHotkey-v2-style runtime subset and better macOS usability.
Added
- Basic expression parser with arithmetic, comparisons, boolean operators, parentheses, and string concatenation
- Basic if blocks
- Counted Loop blocks
- A_Index
- --check-script <script.ahk> validation mode
- Expanded hotkey support for function keys, navigation keys, CapsLock, and mouse buttons
- Menu-bar Reload Script
- Active macOS keyboard-layout support for Send
- --keyboard-layout diagnostic command
- New examples: control-flow.ahk and hotkeys.ahk
Notes
- Hotkeys are still mostly physical-key based.
- Send is now layout-aware where possible, with pasteboard fallback.
- Full AutoHotkey v2 compatibility is still a long-term goal.