A single key shortcut should override all previous multi-key shortcuts that have that shortcut as a prefix

Fixes #7058
This commit is contained in:
Kovid Goyal 2024-01-25 11:10:00 +05:30
parent 7f1c371b6e
commit 9ef6801f4c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ Detailed list of changes
- Fix a regression in the previous release that caused `kitten @ send-text` with a match tab parameter to send text twice to the active window (:iss:`7027`)
- Fix a regression in the previous release that caused overriding of existing multi-key mappings to fail (:iss:`7044`)
- Fix a regression in the previous release that caused overriding of existing multi-key mappings to fail (:iss:`7044`, :iss:`7058`)
- Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland causes kitty to not start (:iss:`7021`)