From e9fc48647364ae4721b21ba37fbb4fdc3672a992 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Oct 2025 21:04:30 +0530 Subject: [PATCH] Fix #9075 --- docs/mapping.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/mapping.rst b/docs/mapping.rst index 7bc534165..c30c489f7 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -230,6 +230,15 @@ copying to clipboard. In the editor, you can map it to copy to the clipboard, thereby allowing use of a common shortcut both inside and outside the editor for copying to clipboard. +.. note:: + + When using multi-key mappings, of the form :kbd:`k1>k2` or similar, the + condition applies to the first key and you can have only one condition per + key, the last in kitty.conf wins. In particular, this means you cant have + multiple conditions applying to multi-key mappings with the same first key + and you can have mappings with and without conditions applying to multi-keys + with the same first key. + Sending arbitrary text or keys to the program running in kitty --------------------------------------------------------------------------------