changelog: split up key binding changes for show-urls-launch and unicode-input

This commit is contained in:
Daniel Eklöf 2023-07-10 12:42:10 +02:00
parent 0e1dbbbd06
commit 58898c0633
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -64,9 +64,10 @@
### Changed
* Minimum required meson version is now 0.59 ([#1371][1371]).
* `Control+Shift+u` now bound to `unicode-input` to follow the
convention established in GTK and Qt, `show-urls-launch` now bound
to `Control+Shift+o` ([#1183][1183])
* `Control+Shift+u` is now bound to `unicode-input` instead of
`show-urls-launch`, to follow the convention established in GTK and
Qt ([#1183][1183]).
* `show-urls-launch` now bound to `Control+Shift+o` ([#1183][1183]).
* Kitty keyboard protocol: F3 is now encoded as `CSI 13~` instead of
`CSI R`. The kitty keyboard protocol originally allowed F3 to be
encoded as `CSI R`, but this was removed from the specification