textmode.js / input / keyboard
keyboard
Types and interfaces for keyboard event handling
Interfaces
| Interface | Description |
|---|---|
| KeyboardEventData | Keyboard event payload passed to input callbacks. |
| KeyboardEventMap | Keyboard events emitted by the keyboard input manager. |
Type Aliases
| Type Alias | Description |
|---|---|
| KeyboardEventHandler | Keyboard event callback signature. |
Variables
| Variable | Description |
|---|---|
| KEYBOARD_EVENT_NAMES | Keyboard event names supported by the shared input event API. |