(group: KeymapGroup)
| 1054 | } |
| 1055 | |
| 1056 | export function getKeymapGroupLabel(group: KeymapGroup): string { |
| 1057 | return KEYMAP_GROUP_LABELS[group]; |
| 1058 | } |
| 1059 | |
| 1060 | export function getDefaultKeymapBinding(id: KeymapId): string { |
| 1061 | return getKeymapDefinition(id).defaultBinding; |
no outgoing calls
no test coverage detected