mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Remote control API for send-key
This commit is contained in:
parent
74388b4183
commit
99995fd9dc
2 changed files with 66 additions and 0 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue