From 95f1a971b2ea8e73ff8c3156b6729b5562f7a2a8 Mon Sep 17 00:00:00 2001 From: pagedown Date: Thu, 1 Sep 2022 15:35:17 +0800 Subject: [PATCH] Docs: Mention clear_all_shortcuts in the FAQ about show_key kitten --- docs/faq.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 70e3c0425..3bc17021e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -312,7 +312,10 @@ the :sc:`send_text ` you can use the ``show_key`` kitten. Run:: 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 -:ac:`no_op`. +:ac:`no_op`. You can also start a kitty instance without any shortcut configuration:: + + kitty -o clear_all_shortcuts=yes kitty +kitten show_key + How do I open a new window or tab with the same working directory as the current window? --------------------------------------------------------------------------------------------