shortcuts property
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;