HotkeyEvents
HotkeyEvents =
object
Hotkey events
Properties
onKeyDown
onKeyDown:
HotkeyAction
Called when a matching key combination is pressed.
onKeyHeld
onKeyHeld:
HotkeyAction
Called after a matching key combination has been held pass the threshold.
onKeyUp
onKeyUp:
HotkeyAction
Called when a matching key combination is released. Will not trigger if a onKeyHeld was triggered.