
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.
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 …
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 …
Script Showcase | AutoHotkey v2
AutoHotkey Script Showcase This showcase lists some scripts created by different authors which show what AutoHotkey might be capable of. For more ready-to-run scripts and functions, see . …
Using the Program | AutoHotkey v1
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 …
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 …
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 …
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 …
GitHub - xayanide/heldrapidclicker: A lightweight and …
A lightweight and straightforward AutoHotkey v2 script that allows the user to rapidly perform left-clicks while holding the left mouse button. It also includes a hotkey to toggle the macro on and ...