Jump to content
LaunchBox Community Forums

Where to put AHK Exit Script


somail

Recommended Posts

Hi,

I am having problems with Big Box staying in focus after I exit from TeknoParrot. After searching, the common fix appears to be putting the code below in an AHK script. My understanding is that this would not go into the "Exit Script" section of the TekonoParrot Settings, as that is specific to the LB/BB pause feature. Where would be the best place to put it? Would I just copy and paste this in the Running Script section?

 

Sleep, 5000
WinGet, active_id, ID, A
WinWaitClose, ahk_id %active_id%
Sleep, 3000
Send {Esc}
Sleep, 500
if WinExist("LaunchBox")
{
 WinActivate
}

if WinExist("LaunchBox BigBox")
{
 WinActivate
}

 

Thanks for the help

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...