shortcuts property

Map<LogicalKeySet, String> shortcuts
final

The map of keyboard shortcuts to action IDs.

Each key is a LogicalKeySet representing a keyboard combination, and each value is the ID of the action triggered by that shortcut.

Implementation

final Map<LogicalKeySet, String> shortcuts;