AutoHotkey v2 is the modern, more powerful version of the classic scripting language for Windows. : Get the latest version from the official AutoHotkey website Create the File : Right-click your desktop, select New > AutoHotkey Script , and name it MyScriptV2.ahk : Right-click the file and select Edit Script 2. Core Syntax Essentials
; Press CapsLock to act as Ctrl CapsLock::Ctrl
From a collection of productivity scripts: keyboard script v2
Pressing Ctrl + Alt + D inserts current date like 2026-04-12 .
: Incorporate "Sleep" commands (pauses) between steps (e.g., 500ms to 1000ms) to allow the target application time to process the inputs. AutoHotkey v2 is the modern, more powerful version
Save the file, double-click it to run (you'll see a green "H" icon in your system tray), then open Notepad and press Ctrl+J . The text "My First Script" will be typed out!
; Using variables ^+a:: Send "My name is " myName " and I am " myAge " years old." : Incorporate "Sleep" commands (pauses) between steps (e
What (e.g., AutoHotkey, QMK/VIA, Razer Synapse, Logi Options+) you are using. The specific task you are trying to automate. Your operating system (Windows, macOS, or Linux).