changelog: move entry to ‘unreleased’

This commit is contained in:
Daniel Eklöf 2021-12-02 20:41:45 +01:00
parent 93a8f51b75
commit 20c887b996
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -41,6 +41,9 @@
* `[mouse-bindings].selection-override-modifiers` option, specifying * `[mouse-bindings].selection-override-modifiers` option, specifying
which modifiers to hold to override mouse grabs by client which modifiers to hold to override mouse grabs by client
applications and force selection instead. applications and force selection instead.
* Kitty keyboard protocol:
- [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events)
(mode `0b10`)
### Changed ### Changed
@ -59,7 +62,6 @@
* Initial support for the [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/). * Initial support for the [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/).
Modes supported: Modes supported:
- [Disambiguate escape codes](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#disambiguate) (mode `0b1`) - [Disambiguate escape codes](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#disambiguate) (mode `0b1`)
- [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events) (mode `0b10`)
* “Window menu” (compositor provided) on right clicks on the CSD title * “Window menu” (compositor provided) on right clicks on the CSD title
bar. bar.