MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / getKeymapGroupLabel

Function getKeymapGroupLabel

packages/app-core/src/lib/keymaps.ts:1056–1058  ·  view source on GitHub ↗
(group: KeymapGroup)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected