Add capslock_click.ahk, alternative to tabclick.
This commit is contained in:
parent
bf6a638d58
commit
97511401b6
2 changed files with 6 additions and 4 deletions
|
@ -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
5
AHK/tab_click.ahk
Normal 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
|
Loading…
Reference in a new issue