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

Class

src/ink/events/keyboard-event.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * printable-char check is `e.key.length === 1`.
11 */
12export class KeyboardEvent extends TerminalEvent {
13 readonly key: string
14 readonly ctrl: boolean
15 readonly shift: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected