Browse Source

update subnautica script

master
Mar Alegre 1 year ago
parent
commit
bf666672f8
  1. 18
      scripts/Subnautica.ahk

18
scripts/Subnautica.ahk

@ -14,16 +14,14 @@ WrapperWindow:="Subnautica"
; Hotkeys
;
; Hold/Autoclick mouse buttons
; Holds if single click, autoclicks if double click
*!LButton UP::HoldOrRepeat("LButton",[])
*!RButton UP::HoldOrRepeat("RButton",[])
; Hold/Repeat spacebar
*!Space UP::HoldOrRepeat("Space",["LShift"])
; Autorun
; Alt + direction: automove
*!w UP::Hold("w",["s"])
*!s UP::Hold("s",["w"])
*!a UP::Hold("a",["d","w","s"])
*!d UP::Hold("d",["a","w","s"])
*!d UP::Hold("d",["a","w","s"])
*!Space UP::Hold("Space",["LShift"])
*!LShift Up::Hold("LShift",["Space"])
; Turbo click to break rocks when caps lock on
#HotIf GetKeyState("CapsLock","T")
*LButton::Turbo("LButton")
Loading…
Cancel
Save