Add a note about discarding key presses
This commit is contained in:
parent
f93a10da48
commit
ed95f7dfa0
@ -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::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user