keyboard input lost

BlitzPlus Forums/BlitzPlus Programming/keyboard input lost

HotKeyEvent (and I think KeyDown/KeyHit as well) stops working when you press ALT-SPACE or CTRL-ESC .. (and perhaps more combinations I didn't encounter yet)

"Can we fix it?" :)

o_O

is there no-one who has an answer on this one? :)

Well, I kind of expect it to, since ALT+Space is accessing the window menu and CTRL-ESC moves focus away from the window...

so I figured.. but is there a solution?

this:
	If EventID()=$2002
		ActivateWindow app
	EndIf 


didn't help..

You could probably use GetAsyncKeyState