hotkey change
This commit is contained in:
+2
-2
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user