AS3 KeyboardEvent: Actionscript 3 keyCode list
//this displays the keyCodes of keys pressed var textLabel:TextField = new TextField(); textLabel.text = "Click inside box and then press any key."; addChild(textLabel); textLabel.width = 200; textLabel.x = 20; textLabel.y = 10; textLabel.selectable = fal...