Alt
|
Returns if the ALT key is pressed.
|
Code
|
Returns the code of the key.
|
Control
|
Returns if the CONTROL key is pressed.
|
Meta
|
Returns if the META key was pressed.
|
Normal
|
Indicates that no special key was pressed.
This is inside ..._KeyPress or ..._KeyRelease Events.
|
Shift
|
Returns if the SHIFT key is pressed.
|
Shortcut
|
Return a string representation of a key with all modifiers.
|
State
|
Returns the state of the special keys.
|
Text
|
Returns the text associated with the key.
|