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

@ -821,11 +821,11 @@ e.g. *search-start=none*.
*font-increase*
Increases the font size by 0.5pt. Default: _Control+plus
Control+equal Control+KP\_Add_.
Control+equal Control+KP\_Add_ (also defined in *mouse-bindings*).
*font-decrease*
Decreases the font size by 0.5pt. Default: _Control+minus
Control+KP\_Subtract_.
Control+KP\_Subtract_ (also defined in *mouse-bindings*).
*font-reset*
Resets the font size to the default. Default: _Control+0 Control+KP\_0_.
@ -1228,6 +1228,15 @@ actions listed under *key-bindings* can be used here as well.
*primary-paste*
Pastes from the _primary selection_. Default: _BTN\_MIDDLE_.
*font-increase*
Increases the font size by 0.5pt. Default: _Control+BTN\_BACK_
(also defined in *key-bindings*).
*font-decrease*
Decreases the font size by 0.5pt. Default: _Control+BTN\_FORWARD_
(also defined in *key-bindings*).
# TWEAK
This section is for advanced users and describes configuration options