Add a note about discarding key presses
This commit is contained in:
parent
f93a10da48
commit
ed95f7dfa0
1 changed files with 5 additions and 0 deletions
|
|
@ -2773,6 +2773,11 @@
|
|||
|
||||
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
|
||||
syntax below::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue