config: support scroll-factor

Fixes: issue #846
This commit is contained in:
Johan Malm 2023-03-25 15:57:47 +00:00 committed by Johan Malm
parent 753aef9d78
commit a8e0248f47
5 changed files with 10 additions and 1 deletions

View file

@ -210,6 +210,9 @@ The rest of this man page describes configuration options.
*<mouse><doubleClickTime>*
Set double click time in milliseconds. Default is 500.
*<mouse><scrollFactor>*
Set scroll factor. Default is 1.0.
*<mouse><context name=""><mousebind button="" direction=""><action>*
Multiple *<mousebind>* can exist within one *<context>*; and multiple
*<action>* can exist within one *<mousebind>*

View file

@ -199,6 +199,7 @@
<!-- time is in ms -->
<doubleClickTime>500</doubleClickTime>
<scrollFactor>1.0</scrollFactor>
<context name="Frame">
<mousebind button="A-Left" action="Press">