diff --git a/scripts/Stardew Valley.ahk b/scripts/Stardew Valley.ahk index e1ac290..30a4560 100644 --- a/scripts/Stardew Valley.ahk +++ b/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"]) \ No newline at end of file +} \ No newline at end of file