
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.
Using the Program | AutoHotkey v2
Using the Program 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 …
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.
Script Showcase | AutoHotkey v2
Show code Custom Increments for UpDown Controls Based on the v1 script by numEric This script demonstrates how to change an 's increment to a value other than 1 (such as 5 or 0.1). Show code …
Script Showcase | AutoHotkey v1
This script watches while you edit an AutoHotkey script. When it sees you type a command followed by a comma or space, it displays that command's parameter list to guide you. In addition, you can press …
Using the Program | AutoHotkey v1
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 configuration …
Quick Reference | AutoHotkey v2
Beginner tutorial by tidbit Text editors with AutoHotkey support Frequently asked questions Scripts: Concepts and conventions: explanations of various things you need to know. Scripting language: …
Scripts - Definition & Usage | AutoHotkey v1
Scripts Related topics: Using the Program: How to use AutoHotkey, in general. Concepts and Conventions: General explanation of various concepts utilised by AutoHotkey. Scripting Language: …
How to Run Example Code | AutoHotkey v2
Support varies between editors, but the most important features are (in my opinion): The ability to run the script with a keyboard shortcut (such as F5). Syntax highlighting to make the code easier to read …
Scripts - Definition & Usage | AutoHotkey v2
Introduction Each script is a plain text file containing lines to be executed by the program (AutoHotkey.exe). A script may also contain hotkeys and hotstrings, or even consist entirely of them. …