Compare commits

...

2 Commits

  1. 1
      scripts/Stardew Valley.ahk
  2. 18
      scripts/Subnautica.ahk

1
scripts/Stardew Valley.ahk

@ -18,6 +18,7 @@ WrapperWindow:="Stardew Valley 1.6.8 - running SMAPI"
*XButton2::{
Send "{Blind}{RButton}"
Sleep 10
Loop 8
{
Send "{Blind}{LButton}"

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