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

Function getDefaultKeymapBinding

packages/app-core/src/lib/keymaps.ts:1060–1062  ·  view source on GitHub ↗
(id: KeymapId)

Source from the content-addressed store, hash-verified

1058}
1059
1060export function getDefaultKeymapBinding(id: KeymapId): string {
1061 return getKeymapDefinition(id).defaultBinding;
1062}
1063
1064export function getKeymapBinding(
1065 overrides: KeymapOverrides | null | undefined,

Callers 2

keymaps.test.tsFile · 0.90
getKeymapBindingFunction · 0.85

Calls 1

getKeymapDefinitionFunction · 0.85

Tested by

no test coverage detected