Add capslock_middleclick.ahk.
This commit is contained in:
parent
d67f150d25
commit
aa25e1d8d0
1 changed files with 5 additions and 0 deletions
5
capslock_middleclick.ahk
Normal file
5
capslock_middleclick.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.
|
||||
|
||||
CapsLock:: MButton
|
Loading…
Reference in a new issue