changelog: fixed mod+shift+tab regression

This commit is contained in:
Daniel Eklöf 2021-05-25 07:57:23 +02:00
parent b5fb4a634b
commit fbb809af3b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -130,6 +130,9 @@
* Foot process(es) sometimes remaining, using 100% CPU, when closing
multiple foot windows at the same time
(https://codeberg.org/dnkl/foot/issues/542).
* Regression where `<mod>+shift+tab` always produced `\E[Z` instead of
the correct `\E[27;<mod>;9~` sequence
(https://codeberg.org/dnkl/foot/issues/547).
### Security