Fix some typos in the example table for legacy key encoding

Fixes #8967
This commit is contained in:
Kovid Goyal 2025-09-13 06:55:52 +05:30
parent 4abea6c981
commit 69ba320db9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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::