
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 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
Comprehensive guide to AutoHotkey v2 programming, including syntax, commands, functions, and examples for creating scripts and automating tasks.
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
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 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 …
Hotkeys - Definition & Usage | AutoHotkey v2
Learn details about hotkeys in general, modifier symbols, context-sensitive hotkeys, custom combinations, mouse wheel hotkeys, function hotkeys, etc.
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 scripting …
Frequently Asked Questions (FAQ) | AutoHotkey v2
This page lists questions and answers about general troubleshooting, common tasks, hotkeys, hotstrings and remapping.
How to Write Hotkeys | AutoHotkey v2
AutoHotkey has the power to define hotkeys that can be used anywhere or only within specific apps, performing any action that you are able to express with code. The most common way to define a …