Add capslock_click.ahk, alternative to tabclick.

master
Ethan Dalool 2020-09-16 16:59:51 -07:00
parent bf6a638d58
commit 97511401b6
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,4 @@
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Tab::
{
Send {LButton}
}
CapsLock::LButton

5
AHK/tab_click.ahk Normal file
View File

@ -0,0 +1,5 @@
#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.
Tab::LButton