Characters have been entered
key | The entered character. |
process | If you pass false to this argument when calling onKeyPress of the parent class, the parent class will not do the default processing for that key (such as moving focus). |
Occurs when characters are entered.
Unlike Layer.onKeyDown, onKeyDown handles virtual keycodes, whereas this event handles the characters themselves.
This event does not occur if the key pressed is a key that has nothing to do with the character (such as a function key).