diff --git a/Shared-GoTos.ahk b/Shared-GoTos.ahk index 1923b65..c28a143 100644 --- a/Shared-GoTos.ahk +++ b/Shared-GoTos.ahk @@ -84,4 +84,22 @@ if(A_GuiControl = "PasteClipboardToFLSTags"){ } -Return \ No newline at end of file +Return + +OpenErrorLog: +run, %ErrorLoggingFilePath% +Return + +OpenGiteaPage: +if(ScriptAbbreviatedName = "FLS") + URL = https://freedomain.dev/yuriy/livestream-scheduler + +if(ScriptAbbreviatedName = "FVU") + URL = https://freedomain.dev/yuriy/video-uploader + +if(ScriptAbbreviatedName = "FSMP") + URL = https://freedomain.dev/yuriy/social-media-poster + + +run, %URL% +Return