
AutoHotkey
What is 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, …
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.
How to Install AutoHotkey
Learn how to install AutoHotkey.Web Browsers Common web browsers may show a warning like "AutoHotkey_2.0_setup.exe was blocked because it could harm your device." This is a generic …
Quick Reference | AutoHotkey v2
This page contains information about the currently used version, the authors, the license, and a quick overview of the documentation.
How to Send Keystrokes | AutoHotkey v2
How to write the code so that the program knows which keys you want to send. How to use the available modes and options to get the right end result.
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
Alphabetical Command and Function Index | AutoHotkey v1
A tabular list of all language elements (commands, functions, control flow statements, etc.) available in AutoHotkey, including their description.
Concepts and Conventions | AutoHotkey v1
Learn details about some general concepts and conventions used by AutoHotkey, with focus on explanation rather than code.
List of Keys (Keyboard, Mouse and Controller) | AutoHotkey v1
This page lists all mouse buttons, keyboard keys and controller buttons which can be used for hotkeys and key-specific commands/functions.
Using the Program | AutoHotkey v2
Comprehensive guide to AutoHotkey v2 programming, including syntax, commands, functions, and examples for creating scripts and automating tasks.