Skip to content

MacAutoHotkey 0.3.0

Latest

Choose a tag to compare

@vmmie vmmie released this 01 Jun 11:44

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.