Browse Source

update to new stardew valley version

master
Mar Alegre 1 month ago
parent
commit
94832ac056
  1. 8
      scripts/Stardew Valley.ahk

8
scripts/Stardew Valley.ahk

@ -9,7 +9,7 @@
; Make this a wrapper script
WrapperPath:="steam://rungameid/413150"
WrapperTitleMatchMode:=2
WrapperWindow:="Stardew Valley 1.6.14 - running SMAPI"
WrapperWindow:="Stardew Valley 1.6.15 - running SMAPI"
#Include "../lib/Wrapper.ahk"
;
@ -23,8 +23,4 @@ WrapperWindow:="Stardew Valley 1.6.14 - running SMAPI"
{
Send "{Blind}{LButton}"
}
}
; Alt to hold or repeat mouse buttons
*!LButton UP::HoldOrRepeat("LButton",["LButton","RButton","MButton"])
*!RButton UP::HoldOrRepeat("RButton",["RButton","LButton","MButton"])
}
Loading…
Cancel
Save