ADK_KeyEvent - Key event
Key events are defined in order to start an action by pressing a single key or key combination on the keyboard. Typically, function keys or keys in combination with modifiers (alt, ctrl, shift) are used for defining key events. Usually, at least a key value is required, i.e. key events containing modifiers, only, are ignored.
Attributes
- key_code - Key code
- shift - Shift modifier
- alt - Alt modifier
- ctrl - Ctrl modifier
- key_string - Key string