Hotkey: F1:: | Bind("F1", fn) or the OnDown(key) hook |
Remap: CapsLock::Escape | Bind.Remap("CapsLock", "Escape") |
Send / SendInput | HID.Type, HID.Press, HID.Down / HID.Up |
Hotstring: ::btw::by the way | a Bind that calls HID.Type (or a key-sequence watcher) |
#HotIf WinActive(...) | window= / process= literals, regex targeting, and exclude_* modelines |
Sleep, Loop | Run(function() … Sleep(ms) … end) coroutines |
PixelGetColor | Screen.GetPixelColor |
WinActivate, WinGetTitle | Window.Activate, Window.GetTitle |
A_Clipboard | Clipboard.Get / Clipboard.Set |
| Persistent script | scripts stay loaded until you stop them |