From a5bc6225b6fe9c7daf8110b75c77f6a0601bf4b8 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Wed, 22 May 2024 23:51:48 -0400 Subject: [PATCH] added openerrorlog and giteapage as shared goto --- Shared-GoTos.ahk | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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