mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
changelog: new key binding matching logic
This commit is contained in:
parent
93b02cf2b8
commit
b796965c3d
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@
|
||||||
timing can be tweaked, or completely disabled, by setting
|
timing can be tweaked, or completely disabled, by setting
|
||||||
`resize-delay-ms` (https://codeberg.org/dnkl/foot/issues/301).
|
`resize-delay-ms` (https://codeberg.org/dnkl/foot/issues/301).
|
||||||
* `CSI 13 ; 2 t` now reports (0,0).
|
* `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
|
### Deprecated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue