; ; Front Matter ; ; Include relevant libraries #Include "../lib/Prelude.ahk" #Include "../lib/HoldRepeat.ahk" ; Make this a wrapper script WrapperPath:="steam://rungameid/413150" WrapperTitleMatchMode:=2 WrapperWindow:="Stardew Valley 1.6.15 - running SMAPI" #Include "../lib/Wrapper.ahk" ; ; Hotkeys ; *XButton2::{ Send "{Blind}{RButton}" Sleep 10 Loop 8 { Send "{Blind}{LButton}" } }