From abd33630da7cfbb69723d2183a945b9355a506cd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Jan 2025 15:02:31 +0530 Subject: [PATCH] Fix #8214 --- docs/keyboard-protocol.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 8e61baed36f..4310cd8ea15 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -400,17 +400,19 @@ Report associated text enhancement below. Additionally, with this mode, events for pressing modifier keys are reported. Note that *all* keys are reported as escape codes, including :kbd:`Enter`, -:kbd:`Tab`, :kbd:`Backspace` etc. +:kbd:`Tab`, :kbd:`Backspace` etc. Note that this enhancement implies all keys +are automatically disambiguated as well, since they are represented in their +canonical escape code form. .. _report_text: Report associated text ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This progressive enhancement (``0b10000``) causes key events that generate text -to be reported as ``CSI u`` escape codes with the text embedded in the escape -code. See :ref:`text_as_codepoints` above for details on the mechanism. - +This progressive enhancement (``0b10000``) additionally causes key events that +generate text to be reported as ``CSI u`` escape codes with the text embedded +in the escape code. See :ref:`text_as_codepoints` above for details on the +mechanism. .. _detection: