Add capslock_doubleclick.ahk.

master
voussoir 2021-09-20 20:21:09 -07:00
parent 7f7a41ff99
commit 483473322b
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 8 additions and 0 deletions

8
capslock_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.
CapsLock::
Click
Click
Return