getCategories

@NotNull
abstract fun getCategories(): @NotNull Map<String, Collection<Hotkey>>

Gets a map of hotkey categories, where each category is associated with a collection of hotkeys.

Return

A map of hotkey categories and their associated hotkeys.