attempt Shortcut Import
fun attemptShortcutImport(settings: ShortcutSettings): Map<KeyboardShortcutOverride, Set<KeyboardShortcut>>
Attempt to import the provided ShortcutSettings into keyboardShortcutOverrides only adding the ShortcutSettings.keyboardShortcutOverrides that do not conflict with any other shortcuts.
Return
The map from KeyboardShortcutCategory (from the imported settings) to the Set of KeyboardShortcuts its Key conflicts with.
Parameters
settings
The ShortcutSettings to import.