
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, …
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 …
GitHub - JWCow/AHK-Collection: A collection of AutoHotkey v2 scripts ...
Jan 4, 2025 · A powerful collection of AutoHotkey v2 scripts for Windows automation and productivity enhancement. Features GIPHY integration, system monitoring, and customizable hotkeys.
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.
GitHub - BuffoniJulian/Autohotkey-Tutorial: Tutorial for customized …
Nov 29, 2024 · Tutorial for customized AHK v2.0 script with hotkeys, text expansion, and workflow automation for enhanced Windows productivity. - BuffoniJulian/Autohotkey-Tutorial
AHK v2 scripts - GitHub
Nov 29, 2024 · AHK v2 scripts Here are some AutoHotkey scripts written in AHK v2. The script showcase contains a mix of custom shortcut keys and text replacement intended to perform useful …
Scripts - Definition & Usage | AutoHotkey v2
Convert a Script to an EXE (Ahk2Exe): Convert a .ahk script into a .exe file that can run on any PC. Passing Command Line Parameters to a Script: The variable A_Args contains the incoming …
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: …
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
Using the Program | AutoHotkey v1
A script is simply a plain text file with the .ahk filename extension containing instructions for the program, like a configuration file, but much more powerful.