diff --git a/capslock_doubleclick.ahk b/capslock_doubleclick.ahk new file mode 100644 index 0000000..ac920de --- /dev/null +++ b/capslock_doubleclick.ahk @@ -0,0 +1,8 @@ +#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. +SendMode Input ; Recommended for new scripts due to its superior speed and reliability. +SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. + +CapsLock:: +Click +Click +Return