Add a paragraph about unrecognized key handling

This commit is contained in:
Kovid Goyal 2019-02-05 14:14:36 +05:30
parent 3a3f745d31
commit 191913b7eb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -136,6 +136,10 @@ Alt -- ``0x2``, Control -- ``0x4`` and Super -- ``0x8``. ``<key>`` is a number
(encoded in base85) corresponding to the key pressed. The key name to number
mapping is defined in :doc:`this table <key-encoding>`.
Client programs must ignore events for keys they do not know. The mapping in
the above table is stable and will never change, however, new codes might be
added to it in the future, for new keys.
For example::
<ESC>_KpGp<ESC>\ is <Ctrl>+<Alt>+x (press)