numlock independent, hotif changed

This commit is contained in:
2024-02-11 03:03:22 +01:00
parent 3d1c879505
commit 91b879ad1e
+25 -2
View File
@@ -13,22 +13,39 @@ SetKeyDelay 100, 50
;
; v-----v key combination, can be single key or combination of keys, examples: ^x, +a, !q
; Numpad7:: Reinforce()
; ^^ - needs to be there
; ^^ needs to be there
; ^---------^ stratagem function name, same as below
HotIfWinActive "Helldivers™ 2"
#HotIf WinActive("Helldivers™ 2")
NumpadDiv:: return
NumpadMult:: return
NumpadSub:: return
NumpadHome::
Numpad7:: Reinforce()
NumpadUp::
Numpad8:: EagleRearm()
NumpadPgUp::
Numpad9:: Resupply()
NumpadIns::
Numpad0:: EagleClusterBomb()
NumpadEnd::
Numpad1:: OrbitalPrecisionStrike()
NumpadDown::
Numpad2:: MortarSentry()
NumpadPgDn::
Numpad3:: GatlingSentry()
NumpadLeft::
Numpad4:: MachineGun()
NumpadClear::
Numpad5:: RailGun()
NumpadRight::
Numpad6:: AntiMaterielRifle()
NumpadDot:: return
NumpadDel:: return
NumpadEnter:: return
NumpadAdd:: Hellbomb()
; Stratagem definition, copy the template, change name to stratagem name and fill in the sequence same as in game.
@@ -82,6 +99,12 @@ SSSDDelivery() {
BlockInput "Off"
}
UploadData() {
BlockInput "On"
Send "{LControl down}adwww{LControl up}"
BlockInput "Off"
}
OrbitalIlluminationFlare() {
BlockInput "On"
Send "{LControl down}ddaa{LControl up}"