Add a note to clarify lock key handling in disambiguate mode

This commit is contained in:
Kovid Goyal 2024-03-03 09:12:54 +05:30
parent 8fa592d849
commit c6acfa2cd4
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -338,7 +338,9 @@ much easier to integrate into the application event loop. The only exceptions
are the :kbd:`Enter`, :kbd:`Tab` and :kbd:`Backspace` keys which still generate the same
bytes as in legacy mode this is to allow the user to type and execute commands
in the shell such as ``reset`` after a program that sets this mode crashes
without clearing it.
without clearing it. Note that the Lock modifiers are not reported for text
producing keys, to keep them useable in legacy programs. To get lock modifiers
for all keys use the :ref:`report_all_keys` enhancement.
.. _report_events: