mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
Fix #1937
This commit is contained in:
parent
90a985b73a
commit
278bf6e897
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,9 @@ Here, the key name for the :kbd:`A` key is :kbd:`0x61` and you can use it with::
|
|||
to map :kbd:`ctrl+a` to something.
|
||||
|
||||
You can use the special action :code:`no_op` to unmap a keyboard shortcut that is
|
||||
assigned in the default configuration.
|
||||
assigned in the default configuration::
|
||||
|
||||
map kitty_mod+space no_op
|
||||
|
||||
You can combine multiple actions to be triggered by a single shortcut, using the
|
||||
syntax below::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue