Skip to content

Releases: vmmie/MacAutoHotkey

MacAutoHotkey 0.3.0

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.

MacAutoHotkey 0.2.0

Choose a tag to compare

@vmmie vmmie released this 01 Jun 06:24

Adds the MacAutoHotkey menu-bar app, .ahk document registration, a Stop Running Script menu item, app bundle packaging, and updated usage documentation.

Download the ZIP, drag MacAutoHotkey.app to /Applications, grant Accessibility permission, then open .ahk scripts with the app.

v0.1.0

Choose a tag to compare

@vmmie vmmie released this 01 Jun 04:07
Initial MacAutoHotkey prototype