From 483473322b332bc9c751994ad60e540879c7b3fc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 20 Sep 2021 20:21:09 -0700 Subject: [PATCH] Add capslock_doubleclick.ahk. --- capslock_doubleclick.ahk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 capslock_doubleclick.ahk 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