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

Function resetOne

web/components/settings/KeyboardSettings.tsx:132–136  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

130 }
131
132 function resetOne(id: string) {
133 updateSettings({
134 keybindings: { ...keybindings, [id]: DEFAULT_SHORTCUTS[id] },
135 });
136 }
137
138 return (
139 <div>

Callers 1

KeyboardSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected