Skip to content

Instantly share code, notes, and snippets.

View JeannvanRooyen's full-sized avatar
🤖
Copilot? No... autopilot!

Jeann van Rooyen JeannvanRooyen

🤖
Copilot? No... autopilot!
  • Private
  • South Africa
  • 21:47 (UTC +02:00)
View GitHub Profile
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#InstallKeybdHook
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; OPTIONAL: For those who use Home/End more than PgUp/PgDown, this flips their use with the Fn key.
; If you want the buttons to function as they are, add a semicolon (;) to the beginning of each line below.
Home::PgUp
End::PgDn
PgUp::Home