
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, …
Beginner Tutorial | AutoHotkey v1
Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc.
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
Using the Program | AutoHotkey v2
AutoHotkey doesn't do anything on its own; it needs a script to tell it what to do. A script is simply a plain text file with the .ahk filename extension containing instructions for the program, like a …
How to Install AutoHotkey
If you are installing for all users, you will need to provide administrator consent in the standard UAC prompt that appears (in other words, click Yes). If there were no complications, …
Quick Reference | AutoHotkey v2
In addition, many of AutoHotkey's enhancements to the AutoIt v2 command set, as well as the Window Spy and the old script compiler, were adapted directly from the AutoIt v3 source code.
Hotkey - Syntax & Usage | AutoHotkey v2
The Hotkey function creates, modifies, enables, or disables a hotkey while the script is running.
Hotkeys - Definition & Usage | AutoHotkey v2
Learn details about hotkeys in general, modifier symbols, context-sensitive hotkeys, custom combinations, mouse wheel hotkeys, function hotkeys, etc.
AutoHotkey
Getting startedDownloads
Scripting Language | AutoHotkey v2
An AutoHotkey script is basically a set of instructions for the program to follow, written in a custom language exclusive to AutoHotkey. This language bears some similarities to several other …