Relationships
|
|
|
|
Parents |
KeyboardAction |
A KeyboardAction is a UserDirectAction of hitting or holding down one or more keyboard keys.
|
Children |
CharacterKeyPress | A CharacterKeyPress is a SingleKeyPress of a keyboard key that signifies a single character (letters, numbers, punctuation, other symbols, space, and tab). Use SpecialCharacterPress for enter, backspace, delete, escape, shift, control, function, function keys, home, page-up, etc. keys. |
| SpecialCharacterPress | A CharacterKeyPress is a SingleKeyPress of the enter, backspace, delete, escape, shift, control, function, function keys, home, page-up, and similar keys. Use CharacterKeyPress for white space keys and a keyboard key that signifies a single character (letters, numbers, punctuation, other symbols). |