GroupsShortcuts<T> typedef

GroupsShortcuts<T> = Map<T, List<List<LogicalKeyboardKey>>>

Definition of a map of shortcuts where T is the type of identifier.

Implementation

typedef GroupsShortcuts<T> = Map<T, List<List<LogicalKeyboardKey>>>;