Add midclick_doubleclick.ahk.
This commit is contained in:
parent
6cd6d86977
commit
d67f150d25
1 changed files with 8 additions and 0 deletions
8
midclick_doubleclick.ahk
Normal file
8
midclick_doubleclick.ahk
Normal 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
|
Loading…
Reference in a new issue