|
|
@ -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"]) |
|
|
|
} |