somail Posted February 4 Share Posted February 4 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 Quote Link to comment Share on other sites More sharing options...
Retro808 Posted February 4 Share Posted February 4 Yes. In the Running Script tab. Quote Link to comment Share on other sites More sharing options...
somail Posted February 4 Author Share Posted February 4 Excellent. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.