class keyEvent

Erweitert:

A KeyEvent is triggered when the user uses the keyboard (for example, click or release a key). The targetBox of a KeyEvent is the focused box of the scene when there is no open pop-up. If there is an open pop-up and that pop-up's "showNoActivate" attribute is not "ignoreInput", the pop-up's current child. Note: When there is no current child, then the pop-up itself, is the targetBox of the KeyEvent. A KeyEvent will bubble up the DOM.
KeyEvent types include:

Eigenschaften