zng::gestureStatic SHORTCUT_EVENT
source pub static SHORTCUT_EVENT: Event<ShortcutArgs>
Expand description
Shortcut input event.
Event happens every time a full Shortcut
is completed by key press.
This event is not send to any widget, use the GESTURES
service to setup widget targets for shortcuts.