mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
input: move <scrollFactor> to <libinput> section
This allows per-device configuration of scroll factor (e.g. setting different scroll factors for mice and touchpads).
This commit is contained in:
parent
228a74ca48
commit
b667107d1a
9 changed files with 45 additions and 10 deletions
|
|
@ -603,9 +603,6 @@ extending outward from the snapped edge.
|
|||
*<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=""><action>*
|
||||
Multiple *<mousebind>* can exist within one *<context>*; and multiple
|
||||
*<action>* can exist within one *<mousebind>*.
|
||||
|
|
@ -814,6 +811,7 @@ extending outward from the snapped edge.
|
|||
<clickMethod></clickMethod>
|
||||
<sendEventsMode></sendEventsMode>
|
||||
<calibrationMatrix></calibrationMatrix>
|
||||
<scrollFactor>1.0</scrollFactor>
|
||||
</device>
|
||||
</libinput>
|
||||
```
|
||||
|
|
@ -939,6 +937,9 @@ The most common matrices are:
|
|||
visit https://wayland.freedesktop.org/libinput/doc/latest/absolute-axes.html#calibration-of-absolute-devices
|
||||
for more information.
|
||||
|
||||
*<libinput><scrollFactor>*
|
||||
Set scroll factor. Default is 1.0.
|
||||
|
||||
## WINDOW RULES
|
||||
|
||||
Two types of window rules are supported, actions and properties. They are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue