keyboard input lost

BlitzPlus Forums/BlitzPlus Programming/keyboard input lost

CS_TBL(Posted 2004) [#1]
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?" :)


CS_TBL(Posted 2004) [#2]
o_O

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


soja(Posted 2004) [#3]
Well, I kind of expect it to, since ALT+Space is accessing the window menu and CTRL-ESC moves focus away from the window...


CS_TBL(Posted 2004) [#4]
so I figured.. but is there a solution?

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


didn't help..


soja(Posted 2004) [#5]
You could probably use GetAsyncKeyState