checkShortcutsUnique

fun checkShortcutsUnique(): List<Set<KeyboardShortcut>>

Check to see that the shortcuts of this category and the shortcuts of all the overlapCategories are unique relative to each other.

Return

The List of Sets of KeyboardShortcuts that have duplicate shortcut key combinations. If there are no duplicates, the list will be empty.