Attempt to optimize some scripts

This commit is contained in:
Alan O'Cull 2023-10-05 23:25:29 -04:00
parent e9f2fb4147
commit fd383e9c3d
2 changed files with 9 additions and 0 deletions

View File

@ -10,3 +10,5 @@ Send {MButton up}{LShift up}
; Rebind Windows + Tab to Save
; #Tab::^s
Capslock::;

View File

@ -1,6 +1,13 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; Converts additional mouse buttons to
XButton2::!LButton
XButton1::!MButton
; Rebind Windows + Tab to Save
; #Tab::^s
Capslock::;