Remote control API for send-key

This commit is contained in:
Kovid Goyal
2023-12-03 13:23:01 +05:30
parent 74388b4183
commit 99995fd9dc
2 changed files with 66 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ matches some criteria, such as when it has a particular title or user variable.
Let's see some examples::
map --when-focus-on title:keyboard.protocol kitty_mod+t
This will cause :kbd:`kitty_mod+t` (the default shortcut for opening a new tab)
to be unmapped only when the focused window
has :code:`keyboard protocol` in its title. Run the show-key kitten as::