Attempt to optimize some scripts
This commit is contained in:
parent
e9f2fb4147
commit
fd383e9c3d
@ -10,3 +10,5 @@ Send {MButton up}{LShift up}
|
|||||||
|
|
||||||
; Rebind Windows + Tab to Save
|
; Rebind Windows + Tab to Save
|
||||||
; #Tab::^s
|
; #Tab::^s
|
||||||
|
|
||||||
|
Capslock::;
|
||||||
|
@ -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
|
; Converts additional mouse buttons to
|
||||||
XButton2::!LButton
|
XButton2::!LButton
|
||||||
XButton1::!MButton
|
XButton1::!MButton
|
||||||
|
|
||||||
; Rebind Windows + Tab to Save
|
; Rebind Windows + Tab to Save
|
||||||
; #Tab::^s
|
; #Tab::^s
|
||||||
|
|
||||||
|
Capslock::;
|
||||||
|
Loading…
Reference in New Issue
Block a user