shortcuts property

Map<ShortcutActivator, Intent>? shortcuts
final

Shortcuts for this terminal. This has higher priority than input handler of the terminal If not provided, defaultTerminalShortcuts will be used.

Implementation

final Map<ShortcutActivator, Intent>? shortcuts;