From 64f1211cf8864fa9dfca11f51476b88807c05fc3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 Jun 2021 20:46:36 +0530 Subject: [PATCH] Fix example in FAQ Mapping wont work in kitty keyboard mode. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index ad8b9298c..65261c6f8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -240,7 +240,7 @@ How do I map key presses in kitty to different keys in the terminal program? This is accomplished by using ``map`` with :sc:`send_text ` in :file:`kitty.conf`. For example:: - map alt+s send_text all \x13 + map alt+s send_text normal,application \x13 This maps :kbd:`alt+s` to :kbd:`ctrl+s`. To figure out what bytes to use for the :sc:`send_text ` you can use the ``show_key`` kitten. Run::