From 69ba320db928de4f61b2a6e6197ead440118c5b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Sep 2025 06:55:52 +0530 Subject: [PATCH] Fix some typos in the example table for legacy key encoding Fixes #8967 --- docs/keyboard-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index aeb49f125..015dd05cb 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -559,8 +559,8 @@ Any other combination of modifiers with these keys is output as the appropriate .. csv-table:: Example encodings :header: "Key", "Plain", "shift", "alt", "ctrl", "shift+alt", "alt+ctrl", "ctrl+shift" - "i", "i (105)", "I (73)", "ESC i", ") (41)", "ESC I", "ESC )", "CSI 105; 6 u" - "3", "3 (51)", "# (35)", "ESC 3", "3 (51)", "ESC #", "ESC 3", "CSI 51; 6 u" + "i", "i (105)", "I (73)", "ESC i", "\t (9)", "ESC I", "ESC \t", "CSI 105; 6 u" + "3", "3 (51)", "# (35)", "ESC 3", "ESC (27)", "ESC #", "ESC ESC", "CSI 51; 6 u" ";", "; (59)", ": (58)", "ESC ;", "; (59)", "ESC :", "ESC ;", "CSI 59; 6 u" .. note::