hotkey change

This commit is contained in:
2024-02-13 03:14:34 +01:00
parent d546f6b2d2
commit 6f502181f8
+2 -2
View File
@@ -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)
}