From 22cb9b97984f48b3303adf3cae0d6b4abe847a90 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Jan 2021 11:29:01 +0530 Subject: [PATCH] Add a note about kbs = backspace --- docs/keyboard-protocol.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 2b97732e2..a3de2e5ee 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -427,10 +427,11 @@ encodings: "Space", "Plain - 0x20, ctrl+Space - 0x0, alt+space - 0x1b 0x20" "Tab", "Plain - 0x09, shift+Tab - CSI Z" -Note that :kbd:`Backspace` and :kbd:`ctrl+backspace` are swapped in some -terminals. +Note that :kbd:`Backspace` and :kbd:`ctrl+Backspace` are swapped in some +terminals, this can be detected using the ``kbs`` terminfo property that +must correspond to the backspace key. -All keypad keys are reported as there equivalent non-keypad keys. To +All keypad keys are reported as their equivalent non-keypad keys. To distinguish these, use the :ref:`disambiguate ` flag. .. _legacy_text: