From 90e1ba77812dde95920cd595e56c51f420b0f13e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jan 2024 18:56:04 +0530 Subject: [PATCH] Fix #7051 --- docs/keyboard-protocol.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 636340638..e72ecccb3 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -227,8 +227,10 @@ enhancement ` mechanism described below. Some examples: shift+a -> CSI 97 ; 2 ; 65 u # The text 'A' is reported as 65 option+a -> CSI 97 ; ; 229 u # The text 'å' is reported as 229 -If multiple code points are present, they must be separated by colons. -If no known key is associated with the text the key number ``0`` must be used. +If multiple code points are present, they must be separated by colons. If no +known key is associated with the text the key number ``0`` must be used. The +associated text must not contain control codes (control codes are code points +below U+0020 and codepoints in the C0 and C1 blocks). Non-Unicode keys