
Using the Program | AutoHotkey v2
Comprehensive guide to AutoHotkey v2 programming, including syntax, commands, functions, and examples for creating scripts and automating tasks.
ControlClick - Syntax & Usage | AutoHotkey v1
The ControlClick command sends a mouse button or mouse wheel event to a control.
Hotkey - Syntax & Usage | AutoHotkey v2
The Hotkey function creates, modifies, enables, or disables a hotkey while the script is running.
FormatTime - Syntax & Usage | AutoHotkey v1
The FormatTime command transforms a YYYYMMDDHH24MISS timestamp into the specified date/time format.
Objects - Definition & Usage | AutoHotkey v2
How to use objects, define new types of objects, and other details about how objects work in AutoHotkey.
autohotkey - Insert the date and time in any text box from …
Mar 9, 2023 · The AutoHotkey icon should appear in the system tray. Press the Windows key + Z keyboard shortcut to insert the current date and time into any text box that has focus. In the …
Break - Syntax & Usage | AutoHotkey v1
The Break statement exits (terminates) any type of loop statement.
Auto Clicker - AutoHotkey Community
Jul 1, 2016 · Hello. I need an auto clicker script that clicks about 12 cps and is toggled using ctrl+z. Also I want the auto clicker to work even if my mouse is hovering over a game screen. …
Frequently Asked Questions (FAQ) | AutoHotkey v1
This page lists questions and answers about language syntax, general troubleshooting, common tasks, hotkeys, hotstrings and remapping.
How to Run Example Code | AutoHotkey v2
The easiest way to get started quickly with AutoHotkey is to take example code, try it out and adapt it to your needs.