shortcuts property
Hotkey bindings. null means use defaultTerminalShortcuts; pass an
empty map (const {}) to disable every default; pass any other map to
override individual entries (the view does NOT merge with defaults —
the supplied map is the complete shortcut set).
Implementation
final Map<ShortcutActivator, Intent>? shortcuts;