From fd383e9c3d024c1e9d2ccf03c585ad07de2dab2a Mon Sep 17 00:00:00 2001 From: Alan O Date: Thu, 5 Oct 2023 23:25:29 -0400 Subject: [PATCH] Attempt to optimize some scripts --- mx_master3/godot.ahk | 2 ++ mx_master3/modeling.ahk | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/mx_master3/godot.ahk b/mx_master3/godot.ahk index 74a78fd..2d2f6ed 100644 --- a/mx_master3/godot.ahk +++ b/mx_master3/godot.ahk @@ -10,3 +10,5 @@ Send {MButton up}{LShift up} ; Rebind Windows + Tab to Save ; #Tab::^s + +Capslock::; diff --git a/mx_master3/modeling.ahk b/mx_master3/modeling.ahk index 2ae1ea4..bd3d31c 100644 --- a/mx_master3/modeling.ahk +++ b/mx_master3/modeling.ahk @@ -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::;