From 59a7a5df634acc77d9e3d7b5eab05a6616bceb87 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Jan 2026 08:37:55 +0530 Subject: [PATCH] Note that xterm.js added support for the kitty keyboard protocol --- docs/keyboard-protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index f252aae2a..00f00d67c 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -35,11 +35,12 @@ inside the kitty terminal to report key events. In addition to kitty, this protocol is also implemented in: * The `alacritty terminal `__ -* The `ghostty terminal `__ * The `foot terminal `__ +* The `ghostty terminal `__ * The `iTerm2 terminal `__ * The `rio terminal `__ * The `WezTerm terminal `__ +* The `xterm.js terminal `__ * The `TuiOS terminal (multiplexer) `__ Libraries implementing this protocol: