Appearance
Kitty keyboard: DISAMBIGUATE (flag 1) โ
Flag 1 of the Kitty keyboard protocol's progressive enhancement. When set, the terminal uses CSI u encoding for keys that would otherwise be ambiguous โ e.g., Escape vs Alt, Tab vs Ctrl+I, Enter vs Ctrl+M. This is the minimum flag most applications need. Without it, decades-old terminal ambiguities persist. All terminals claiming kitty keyboard support must implement this flag.
How this is tested: Push keyboard mode with flag 1 (
CSI > 1 u), query flags (CSI ? u), verify bit 1 is set in response, then pop (CSI < u).Analysis2026-03-29
Supported by 9 of 13 terminals (69%). Not supported by: Terminal.app, Cursor, vt100.js, xterm.js. Part of the Rich TUI baseline. Notes: vt100.js: Not implemented โ pure TypeScript emulator; xterm.js: Kitty keyboard protocol not implemented in xterm.js.
Supported by 9 of 18 backends (50%)
Terminal Applications โ
| Terminal | Version | Support | Notes |
|---|---|---|---|
| iTerm2 | 3.6.9 | โ yes | |
| cmux | โ yes | ||
| Ghostty | 1.3.1 | โ yes | |
| Kitty | 0.46.2 | โ yes | |
| VS Code | 1.113.0 | โ yes | |
| Warp | 0.2026.03.18.08.24.03 | โ yes | |
| Cursor | 2.6.21 | โ no | No kitty keyboard response |
| Terminal.app | 2.15 | โ no | No kitty keyboard response |
Headless Backends โ
Parser correctness only โ a โ means the parser accepts the sequence.
| Backend | Version | Support | Notes |
|---|---|---|---|
| Alacritty | 0.26.0 | โ yes | |
| vterm | 0.2.0 | โ yes | |
| WezTerm | 0.1.0-fork.5 | โ yes | |
| vt100.js | 0.2.1 | โ no | Not implemented โ pure TypeScript emulator |
| xterm.js | 5.5.0 | ? unknown | Kitty keyboard protocol not implemented in xterm.js |
| xterm.js | 6.0.0 | ? unknown | Kitty keyboard protocol not implemented in xterm.js |
| xterm.js | 5.4.0 | ? unknown | Kitty keyboard protocol not implemented in xterm.js |
| xterm.js | 6.1.0-beta.195 | ? unknown | Kitty keyboard protocol not implemented in xterm.js |