MCPcopy Create free account
hub / github.com/codeaashu/claude-code / rebind

Function rebind

web/components/settings/KeyboardSettings.tsx:128–130  ·  view source on GitHub ↗
(id: string, combo: string)

Source from the content-addressed store, hash-verified

126 );
127
128 function rebind(id: string, combo: string) {
129 updateSettings({ keybindings: { ...keybindings, [id]: combo } });
130 }
131
132 function resetOne(id: string) {
133 updateSettings({

Callers 1

KeyboardSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected