Keyboard not working when fullscreen using AIR
A while back I had a problem with the keyboard actions not working when I was in fullscreen for an AIR application. Luckily, the keyboard wasn’t really need for the app, but it would have been nice. So today, I just happened to pass through the documentation while I was looking something else up and found out that I just had to set
stage.stageDisplay = StageDisplayState.FULL_SCREEN_INTERACTIVE
instead of
stage.stageDisplay = StageDisplayState.FULL_SCREEN.