changelog: mention the new default key binding for show-urls-launch under “fixed”

It “fixes” the key binding conflict seen on e.g. GNOME, and increases
the exposure of the change to, hopefully, more users.
This commit is contained in:
Daniel Eklöf 2023-07-10 12:42:36 +02:00
parent 58898c0633
commit 3609017c38
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -126,6 +126,9 @@
0` ([#1377][1377]).
* Crash when scrolling up while running something that generates a lot
of output (for example, `yes`) ([#1380][1380]).
* Default key binding for URL mode conflicting with Unicode input on
some DEs; `show-urls-launched` is now mapped to `Control+Shift+o` by
default, instead of `Control+Shift+u` ([#1183][1183]).
[1317]: https://codeberg.org/dnkl/foot/issues/1317
[1355]: https://codeberg.org/dnkl/foot/issues/1355