From 089d3580316c39548e234c5184d3d1a6f2c86f10 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Jan 2021 09:06:03 +0530 Subject: [PATCH] ... --- docs/keyboard-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 1f90a64bf..01b9fb6c9 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -598,7 +598,7 @@ specification. is actually ``SS3 letter`` in all terminals newer than a VT-52, which is pretty much everything. -* :kbd:`ctrl+shift+tab`` should be ``CSI 9 ; 6 u`` not ``CSI 1 ; 5 Z`` +* :kbd:`ctrl+shift+tab` should be ``CSI 9 ; 6 u`` not ``CSI 1 ; 5 Z`` (shift+tab is not a separate key from tab) * No support for the :kbd:`super` modifier.