Add capslock_doubleclick.ahk.
This commit is contained in:
parent
7f7a41ff99
commit
483473322b
1 changed files with 8 additions and 0 deletions
8
capslock_doubleclick.ahk
Normal file
8
capslock_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.
|
||||||
|
|
||||||
|
CapsLock::
|
||||||
|
Click
|
||||||
|
Click
|
||||||
|
Return
|
Loading…
Reference in a new issue