MCPcopy Index your code
hub / github.com/codeaashu/claude-code / chordToString

Function chordToString

src/keybindings/parser.ts:143–145  ·  view source on GitHub ↗
(chord: Chord)

Source from the content-addressed store, hash-verified

141 * Convert a Chord to its canonical string representation for display.
142 */
143export function chordToString(chord: Chord): string {
144 return chord.map(keystrokeToString).join(' ')
145}
146
147/**
148 * Display platform type - a subset of Platform that we care about for display.

Callers 3

getBindingDisplayTextFunction · 0.85
resolveKeyWithChordStateFunction · 0.85
checkReservedShortcutsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected