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) }