ShortcutScope

class ShortcutScope

Describes where Shortcut’s added to a ShortcutController get handled.

Fields

class ShortcutScope
GLOBAL

Shortcuts are handled by the root widget.

LOCAL

Shortcuts are handled inside the widget the controller belongs to.

MANAGED

Shortcuts are handled by the first ancestor that is a ShortcutManager