changelog: new key binding matching logic

This commit is contained in:
Daniel Eklöf 2021-03-04 10:12:39 +01:00
parent 93b02cf2b8
commit b796965c3d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -74,6 +74,10 @@
timing can be tweaked, or completely disabled, by setting
`resize-delay-ms` (https://codeberg.org/dnkl/foot/issues/301).
* `CSI 13 ; 2 t` now reports (0,0).
* Key binding matching logic; key combinations like `Control+Shift+C`
**must** now be written as either `Control+C` or `Control+Shift+c`,
the latter being the preferred
variant. (https://codeberg.org/dnkl/foot/issues/376)
### Deprecated