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

Interface CommandGroup

packages/app-core/src/components/HelpView.tsx:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22} from './icons'
23
24interface CommandGroup {
25 category: string
26 commands: Command[]
27}
28
29function shortcut(overrides: KeymapOverrides, id: KeymapId): string {
30 return getKeymapDisplay(overrides, id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected