keyMap property

Map<LogicalKeySet, String> get keyMap

Gets the shortcuts map for UI display.

Returns an unmodifiable map of shortcuts. Same as shortcuts.

Implementation

Map<LogicalKeySet, String> get keyMap => Map.unmodifiable(_shortcuts);