private function keyHandler(event:KeyboardEvent):void { trace(event.keyCode + "/" + event.charCode); }