This commit is contained in:
Kovid Goyal
2026-03-26 09:39:33 +05:30
parent 88ee80b327
commit 9ea5441a2f
2 changed files with 4 additions and 1 deletions

View File

@@ -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 <mapping-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 <remote-control>`: Expose :code:`session_name` in the output of ``kitten @ ls`` for each window (:iss:`9732`)