Sponsor of the Day:
Jerkmate
https://www.autohotkey.com/docs/v1/Hotkeys.htm
Hotkeys - Definition & Usage | AutoHotkey v1
Learn details about hotkeys in general, modifier symbols, context-sensitive hotkeys, custom combinations, mouse wheel hotkeys, function hotkeys, etc.
definition usage autohotkeyhotkeysv1
https://www.autohotkey.com/docs/v1/Hotstrings.htm
Hotstrings - Definition & Usage | AutoHotkey v1
Learn details about hotstrings in general, ending characters, options, long replacements, context-sensitive hotstrings, function hotstrings, etc.
definition usage autohotkeyv1
https://www.autohotkey.com/docs/v1/lib/DllCall.htm
DllCall() - Syntax & Usage | AutoHotkey v1
The DllCall function calls a function inside a DLL, such as a standard Windows API function.
usage autohotkey v1syntax
https://www.autohotkey.com/docs/v1/lib/Run.htm
Run / RunWait - Syntax & Usage | AutoHotkey v1
The Run and RunWait commands run an external program. RunWait will wait until the program finishes before continuing.
usage autohotkey v1runsyntax
https://www.autohotkey.com/docs/v1/Functions.htm
Functions - Definition & Usage | AutoHotkey v1
Learn details about functions in general, parameters, returning values, built-in functions, variadic functions, etc.
definition usage autohotkeyfunctionsv1