|
@ -14,18 +14,21 @@ WrapperWindow:="Subnautica" |
|
|
; Hotkeys |
|
|
; Hotkeys |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
SendMode "Event" |
|
|
|
|
|
HoldRepeat_TimerPeriod:=20 |
|
|
|
|
|
|
|
|
; Alt + direction: automove |
|
|
; Alt + direction: automove |
|
|
*!w UP::Hold("w",["s"]) |
|
|
*!w UP::Hold("w",["w","s"]) |
|
|
*!s UP::Hold("s",["w"]) |
|
|
*!s UP::Hold("s",["w","s"]) |
|
|
*!a UP::Hold("a",["d","w","s"]) |
|
|
*!a UP::Hold("a",["a","d","w","s"]) |
|
|
*!d UP::Hold("d",["a","w","s"]) |
|
|
*!d UP::Hold("d",["d","a","w","s"]) |
|
|
*!Space UP::Hold("Space",["LShift"]) |
|
|
*!Space UP::Hold("Space",["Space","LShift"]) |
|
|
*!LShift Up::Hold("LShift",["Space"]) |
|
|
*!LShift Up::Hold("LShift",["LShift","Space"]) |
|
|
|
|
|
|
|
|
; Alt + mouse key: hold key |
|
|
; Alt + mouse key: hold key |
|
|
*!LButton UP::Hold("LButton",["RButton","MButton"]) |
|
|
*!LButton UP::Hold("LButton",["LButton","RButton","MButton"]) |
|
|
*!RButton UP::Hold("RButton",["LButton","MButton"]) |
|
|
*!RButton UP::Hold("RButton",["RButton","LButton","MButton"]) |
|
|
|
|
|
|
|
|
; Turbo click to break rocks when caps lock on |
|
|
; Turbo click to break rocks when caps lock on |
|
|
#HotIf GetKeyState("CapsLock","T") |
|
|
#HotIf GetKeyState("CapsLock","T") |
|
|
*LButton::Turbo("LButton") |
|
|
*LButton::Repeat("LButton",,"LButton") |