Fix example in FAQ

Mapping wont work in kitty keyboard mode.
This commit is contained in:
Kovid Goyal 2021-06-09 20:46:36 +05:30
parent 9432f86e43
commit 64f1211cf8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 <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 <send_text>` you can use the ``show_key`` kitten. Run::