This is for autohotkey v2.1 alpha
My problem is. my gui draws onto another screen so when that screen is focused i have to double click one of my on screen gui buttons to activate it.
Basically its focusing my on screen gui thats drawn on the parent window. then i dont have to double click anymore if its focused.
How do i make it so I dont have to double click. Focus First then click if the parent window is focused is there a simple option or...
Should I make sure my GUI drawn onto the parent screen always maintains focus and never focuses the parent window and then i relay any normal action/command that would go to that window through the Gui?
Just curious if anybody knows thanks.
