config: map Control+wheel to font increase/decrease

This is in addition to the already existing keyboard shortcuts.

Also add missing default keyboard/mouse bindings to readme + foot(1).
This commit is contained in:
Daniel Eklöf 2024-02-15 16:41:16 +01:00
parent 729bd57cae
commit 9ca84e6b48
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 44 additions and 8 deletions

View file

@ -85,6 +85,9 @@
does the opposite ([#1584][1584]).
* Grid is now always centered in the window, when either fullscreened
or maximized.
* Ctrl+wheel up/down bound to `font-increase` and `font-decrease`
respectively (in addition to the already existing default key
bindings `ctrl-+` and `ctrl+-`).
[1526]: https://codeberg.org/dnkl/foot/issues/1526
[1528]: https://codeberg.org/dnkl/foot/issues/1528