From 6f502181f89e12c4f56fab9825cab9ba55cb2acb Mon Sep 17 00:00:00 2001 From: Zjamnik Date: Tue, 13 Feb 2024 03:14:34 +0100 Subject: [PATCH] hotkey change --- stratagems.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stratagems.ahk b/stratagems.ahk index d3043d7..67e091c 100644 --- a/stratagems.ahk +++ b/stratagems.ahk @@ -32,7 +32,7 @@ recorderHotkey(keypressed) { } #HotIf WinActive("ahk_exe helldivers2.exe") -^]:: { +!]:: { if (recording) { Hotkey("~Space", , "Off") Hotkey("~w", , "Off") @@ -64,7 +64,7 @@ recorderHotkey(keypressed) { } ; Delete current loadout -^[:: { +![:: { delValue("LOADOUTS", getValue("WINDOW", "CurrentLoadout")) changeLoadout(1) }