Skip to content

How do I launch the GUI via another script? #261

Answered by lintalist
TFWol asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe a check for StartSearchHotkeyTimeOut being 0 or disabled setting that would skip the relevant code altogether?

That does seem to do the trick:

If (StartSearchHotkeyTimeOut > 0)
	{
	 ; https://github.com/lintalist/lintalist/issues/247
	 ; https://www.autohotkey.com/boards/viewtopic.php?f=76&t=119231 
	 KeyWait % ReturnKeyWaitKey(A_ThisHotkey), % "T" StartSearchHotkeyTimeOut / 1000
	 If !ErrorLevel
		Return
	}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lintalist
Comment options

@TFWol
Comment options

@lintalist
Comment options

Answer selected by TFWol
@TFWol
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants