shortcuts property

Map<ShortcutActivator, Intent>? shortcuts
final

See also:

  • SingleActivator, which defines shortcut key combination of a single key and modifiers, such as "Delete" or "Control+C".
  • The Shortcuts widget, which defines a keyboard mapping.
  • The Actions widget, which defines the mapping from intent to action.
  • The Intent and Action classes, which allow definition of new actions.

Implementation

final Map<ShortcutActivator, Intent>? shortcuts;