
AutoHotkey
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc.
Beginner Tutorial | AutoHotkey v2
Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc.
Using the Program | AutoHotkey v2
Learn details about creating, editing and running a script, the tray icon, the main window, command line usage, portability and installer options.
Script Showcase | AutoHotkey v1
This showcase lists some scripts created by different authors which show what AutoHotkey might be capable of. For more ready-to-run scripts and functions, see Scripts and Functions Forum.
Scripts - Definition & Usage | AutoHotkey v2
Learn details about scripts in general, splitting long lines, compiling a script, passing command line parameters, codepage and debugging.
Scripts - Definition & Usage | AutoHotkey v1
Learn details about scripts in general, splitting long lines, compiling a script, passing command line parameters, codepage and debugging.
Using the Program | AutoHotkey v1
Learn details about creating, editing and running a script, the tray icon, the main window, command line usage, portability and installer options.
Script Showcase | AutoHotkey v2
This showcase lists some scripts created by different authors which show what AutoHotkey might be capable of.
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
Frequently Asked Questions (FAQ) | AutoHotkey v2
Use a command line such as "AutoHotkey32_UIA.exe" "Your script.ahk" (but include full paths where necessary). Set scripts to run with UI access by default, by checking the appropriate box in the …