Files
claude-code/src/keybindings/parser.ts
2026-04-07 17:51:01 +08:00

11 lines
224 B
TypeScript

// Re-export from @anthropic/ink keybindings module
export {
parseKeystroke,
parseChord,
keystrokeToString,
chordToString,
keystrokeToDisplayString,
chordToDisplayString,
parseBindings,
} from '@anthropic/ink'