Question
Focus lost when pressing ALT key
Hi,
is there any way to prevent the focus to be lost when pressing ALT key in an AIR app??
I tried event.preventDefault() in KEY_UP and KEY_DOWN events but it doesn't work
when the user press the ALT key, the stage loses the focus
thanks
