function keyDownHandler(event:KeyboardEvent):void{ (event.ctrlKey && event.keyCode == Keyboard.SPACE)?trace("OK"):trace("NO"); }