ReadonlyasciiReadonlyctrlIf the Control modifier is pressed.
ReadonlyisIf the key is on the Numpad.
ReadonlynameReadonlyshiftIf the Shift modifier is pressed.
If the key is for moving the input cursor.
If the key is for deleting the previous character.
StaticasciiStaticnamed
Encapsulates the keys accepted by KeyHandler. This class never attempts to represent all key states that a generic input method framework desires to handle. Instead, this class only reflects the keys KeyHandler will handle.
This is not always a perfect representation (for example, shift muddles the picture), but is sufficient for KeyHandler's needs.