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

Function paneShortcut

packages/app-core/src/components/HelpView.tsx:37–39  ·  view source on GitHub ↗
(overrides: KeymapOverrides, id: KeymapId)

Source from the content-addressed store, hash-verified

35}
36
37function paneShortcut(overrides: KeymapOverrides, id: KeymapId): string {
38 return `${shortcut(overrides, 'vim.panePrefix')} ${shortcut(overrides, id)}`
39}
40
41function resolveShortcutKeys(
42 sectionId: string,

Callers 1

resolveShortcutKeysFunction · 0.70

Calls 1

shortcutFunction · 0.70

Tested by

no test coverage detected