mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
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:
parent
729bd57cae
commit
9ca84e6b48
5 changed files with 44 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue