You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
754 B
29 lines
754 B
;
|
|
; Front Matter
|
|
;
|
|
|
|
; Include relevant libraries
|
|
#Include ../lib/Prelude.ahk
|
|
#Include ../lib/HoldRepeat.ahk
|
|
|
|
; Make this a wrapper script
|
|
WrapperPath := Format("C:\Program Files (x86)\Steam\steam.exe -applaunch 892970 --doorstop-enable true --doorstop-target {1}\r2modmanPlus-local\Valheim\profiles\Default\BepInEx\core\BepInEx.Preloader.dll",A_AppData)
|
|
WrapperWindow:="Valheim"
|
|
#Include ../lib/Wrapper.ahk
|
|
|
|
;
|
|
; Hotkeys
|
|
;
|
|
|
|
HoldRepeat_BlindMode:=""
|
|
|
|
; Hold E
|
|
*#e UP::Hold("e",["e","LButton", "RButton","q","r"])
|
|
|
|
; Autorun
|
|
*#w UP::Hold("w",["w","s"])
|
|
*#Shift UP::Hold("Shift",["Shift","Ctrl"],["w"])
|
|
|
|
; Autoclick
|
|
*#LButton UP::HoldOrRepeat("LButton",["LButton","RButton","MButton"])
|
|
*#RButton UP::HoldOrRepeat("RButton",["RButton","LButton","MButton"])
|