MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/pi-tui/src/keybindings.ts:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155export class KeybindingsManager {
156 private definitions: KeybindingDefinitions;
157 private userBindings: KeybindingsConfig;
158 private keysById = new Map<Keybinding, KeyId[]>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected