| 10 | * printable-char check is `e.key.length === 1`. |
| 11 | */ |
| 12 | export class KeyboardEvent extends TerminalEvent { |
| 13 | readonly key: string |
| 14 | readonly ctrl: boolean |
| 15 | readonly shift: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected