1 changed files with 28 additions and 0 deletions
@ -0,0 +1,28 @@ |
|||||
|
; |
||||
|
; Front Matter |
||||
|
; |
||||
|
|
||||
|
; Include relevant libraries |
||||
|
#Include "../lib/Prelude.ahk" |
||||
|
#Include "../lib/HoldRepeat.ahk" |
||||
|
|
||||
|
; Make this a wrapper script |
||||
|
WrapperPath:="steam://rungameid/413150" |
||||
|
WrapperWindow:="Stardew Valley" |
||||
|
#Include "../lib/Wrapper.ahk" |
||||
|
|
||||
|
; |
||||
|
; Hotkeys |
||||
|
; |
||||
|
|
||||
|
*XButton2::{ |
||||
|
Send "{Blind}{RButton}" |
||||
|
Loop 8 |
||||
|
{ |
||||
|
Send "{Blind}{LButton}" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
; Alt to hold or repeat mouse buttons |
||||
|
*!LButton UP::HoldOrRepeat("LButton",["RButton","MButton"]) |
||||
|
*!RButton UP::HoldOrRepeat("RButton",["LButton","MButton"]) |
Loading…
Reference in new issue