Add a note about show__key limitations

This commit is contained in:
Kovid Goyal
2022-04-17 08:45:27 +05:30
parent 4372cf2893
commit f9cad2c4ea

View File

@@ -295,7 +295,10 @@ the :sc:`send_text <send_text>` you can use the ``show_key`` kitten. Run::
kitty +kitten show_key
Then press the key you want to emulate.
Then press the key you want to emulate. Note that this kitten will only show
keys that actually reach the terminal program, in particular, keys mapped to
actions in kitty will not be shown. To check those first map them to
:code:`no_op`.
How do I open a new window or tab with the same working directory as the current window?
--------------------------------------------------------------------------------------------