Skip to content

Instantly share code, notes, and snippets.

View ahmadinne's full-sized avatar

ahmadinne

  • Nocturn
  • Indonesia
  • 09:24 (UTC +07:00)
View GitHub Profile
@ahmadinne
ahmadinne / esctrl.ahk
Last active October 18, 2025 06:34
Autohotkey v2 scripts: CapsLock to Ctrl when hold, and Escape when pressed/released
#Requires AutoHotKey v2.0
SetKeyDelay(-1, -1)
SetCapsLockState("AlwaysOff")
; Un-comment the version you want to use,
; And comment the version you didn't use.
; ---- Normal ----