MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / keymaps.ts

File keymaps.ts

packages/app-core/src/lib/keymaps.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type KeymapKind = "shortcut" | "sequence";
2export type KeymapScope =
3 | "app"
4 | "leader"

Callers

nothing calls this directly

Calls 2

normalizeShortcutBindingFunction · 0.85
normalizeSequenceBindingFunction · 0.85

Tested by

no test coverage detected