mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Add a note to clarify lock key handling in disambiguate mode
This commit is contained in:
parent
8fa592d849
commit
c6acfa2cd4
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue