**[SOLVED] - Thanks Senocular!
EXPLANATION:**
So I’ve set up some custom controls in my movie that the user can choose, and for the most part they all work fine; you click a control, press a key to bind to it and the key you chose comes up next to the control.
The only problem is my dynamic text boxes display the CODE of the key, not the key itself, which is what I wanted. I didn’t want to have to go through and make an if statement for every single possible character on the keyboard if I didn’t have to, so I thought i would ask here first.
QUESTION:
Is there any way to convert the value from Key.getCode() in to the actual key that was pressed without creating a custom if statement for the key?