keystrokeShortcuts property

Map<ShortcutActivator, Intent>? keystrokeShortcuts
final

Custom shortcut bindings scoped to this spreadsheet. Merged after the built-in default shortcuts (unless includeDefaultKeystrokeShortcuts is false). Use this with custom Intent subclasses to detect key combinations not covered by the defaults.

Implementation

final Map<ShortcutActivator, Intent>? keystrokeShortcuts;