From 2368a81c601b3e57d088accb963120fa158f46df Mon Sep 17 00:00:00 2001 From: Ven0m0 <82972344+Ven0m0@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:28:10 +0000 Subject: [PATCH] fix: remove obsolete SetBatchLines to prevent v2 crash Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- ahk/Keys.ahk | 1 - 1 file changed, 1 deletion(-) diff --git a/ahk/Keys.ahk b/ahk/Keys.ahk index e8dc535..a32d84a 100644 --- a/ahk/Keys.ahk +++ b/ahk/Keys.ahk @@ -9,7 +9,6 @@ InitScript(true, false, false) ; UIA required, no admin, manual tuning KeyHistory(0) ListLines False -SetBatchLines(-1) SetKeyDelay(-1, -1) SetMouseDelay(-1) SetDefaultMouseSpeed(0)