Add midclick_doubleclick.ahk.

This commit is contained in:
voussoir 2021-04-17 11:25:13 -07:00
parent 6cd6d86977
commit d67f150d25
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

8
midclick_doubleclick.ahk Normal file
View file

@ -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