Add a note about discarding key presses

This commit is contained in:
Kovid Goyal 2021-10-04 21:30:11 +05:30
parent f93a10da48
commit ed95f7dfa0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2773,6 +2773,11 @@ assigned in the default configuration::
map kitty_mod+space no_op map kitty_mod+space no_op
If you would like kitty to completely ignore a key event, not even sending it to
the program running in the terminal, map it to :code:`discard_event`::
map kitty_mod+f1 discard_event
You can combine multiple actions to be triggered by a single shortcut, using the You can combine multiple actions to be triggered by a single shortcut, using the
syntax below:: syntax below::