|
@ -14,16 +14,14 @@ WrapperWindow:="Subnautica" |
|
|
; Hotkeys |
|
|
; Hotkeys |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
; Hold/Autoclick mouse buttons |
|
|
; Alt + direction: automove |
|
|
; 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 |
|
|
|
|
|
*!w UP::Hold("w",["s"]) |
|
|
*!w UP::Hold("w",["s"]) |
|
|
*!s UP::Hold("s",["w"]) |
|
|
*!s UP::Hold("s",["w"]) |
|
|
*!a UP::Hold("a",["d","w","s"]) |
|
|
*!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") |