MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / KeyBinding

Interface KeyBinding

src/configuration/keyBinding.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface KeyBinding {
2 key: string;
3 command: string;
4 when?: string;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected