Aeon
"God Ends Here"
Order Now



Available Now

Physical | Download | Streaming

Videos

Keyboard Script V2 Fixed Jun 2026

So, open your text editor, save a file with the .ahk extension, and type this:

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).

That was three weeks ago. My computer hasn't been the same since. It speaks to me through the keyboard lights, flashing in Morse code patterns I never set.

; Double-tap the spacebar to type a timestamp ~Space:: keyboard script v2

; Disable the annoying NumLock key NumLock::Return

I can provide the exact code block to automate those specific tasks. Share public link

Once you master the basics, you can build scripts that interact with web browsers, control system volume, or create custom user interfaces. Launching Programs and Websites So, open your text editor, save a file with the

Every great keyboard script relies on two main concepts: (triggers) and Hotstrings (text replacement). 1. Creating Hotkeys

To write effective scripts, you must understand the foundational structure of the v2 syntax. The script engine relies on event listeners, actions, and modifiers. Basic Structure

; Trim whitespace and convert to uppercase CleanText := Trim(A_Clipboard) A_Clipboard := CleanText Send "^v" Sleep 50 A_Clipboard := ClipboardOld That was three weeks ago

; Press Ctrl+Alt+N to open Notepad ^!n:: Run("notepad.exe") Use code with caution. 2. Hotstrings (Text Expansion)

Want to swap the function of the CapsLock and Ctrl keys? Or disable a key you never use? AHK v2 makes remapping keys trivially easy.

While Notepad works, using makes scripting much easier. Download and install VS Code. Open the Extensions tab ( Ctrl + Shift + X ).

: Use WinMove or WinSetAlwaysOnTop to organize active windows.

Tour Dates