ahk_status
Check whether AutoHotkey is installed and return its path and version.
Instructions
Report whether AutoHotkey is installed and where.
Returns: str: JSON {"ok": true, "installed": bool, "path": "...", "version": "v2", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |