From d67f150d25f427a72dd70b6db8acaefe70b70845 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 17 Apr 2021 11:25:13 -0700 Subject: [PATCH] Add midclick_doubleclick.ahk. --- midclick_doubleclick.ahk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 midclick_doubleclick.ahk diff --git a/midclick_doubleclick.ahk b/midclick_doubleclick.ahk new file mode 100644 index 0000000..0d0f162 --- /dev/null +++ b/midclick_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. + +MButton:: +Click +Click +Return