From 9ea5441a2fbf6b78db3269ae646aa3a8bf8e9a5c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Mar 2026 09:39:33 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- docs/mapping.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cd5626652..f17bb0a5b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -168,7 +168,7 @@ Detailed list of changes 0.47.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- For builtin key mappings automatically fallback to matching ASCII key when the pressed key has no matches and is a non-English character (:pull:`9671`) +- For builtin key mappings automatically :ref:`fallback ` to matching the US-PC layout key when the pressed key has no matches and is a non-English character (:pull:`9671`) - :doc:`Remote control `: Expose :code:`session_name` in the output of ``kitten @ ls`` for each window (:iss:`9732`) diff --git a/docs/mapping.rst b/docs/mapping.rst index 61dd16980..189150043 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -274,6 +274,9 @@ for copying to clipboard. and you cannot have mappings with and without conditions applying to multi-keys with the same first key. + +.. _mapping-fallback: + Non-Latin keyboard layout support --------------------------------------