mirror of
https://github.com/labwc/labwc.git
synced 2026-02-26 01:40:22 -05:00
Add touchpad device type
It is nice to have finer granularity for device types to allow for configurations such as using `naturalScroll` on touchpads, but not on regular pointer devices such as mice.
This commit is contained in:
parent
e3cd189769
commit
6faee17d20
6 changed files with 30 additions and 15 deletions
|
|
@ -435,11 +435,11 @@ windows using the mouse.
|
|||
*<libinput><device category="">*
|
||||
Define a category of devices to use the configuration values that
|
||||
follow. The category can be set to touch (devices that define a width
|
||||
and height), non-touch, default, or the name of a device. You can obtain
|
||||
your devices name by running *libinput list-devices* (you may need to
|
||||
be root or a part of the input group to perform this.) Any members of
|
||||
this category that are not set use the default for the device. With the
|
||||
exception of tap-to-click, which is enabled by default.
|
||||
and height), touchpad, non-touch, default, or the name of a device. You
|
||||
can obtain your devices name by running *libinput list-devices* (you may
|
||||
need to be root or a part of the input group to perform this.) Any
|
||||
members of this category that are not set use the default for the
|
||||
device. With the exception of tap-to-click, which is enabled by default.
|
||||
|
||||
*<libinput><device category=""><naturalScroll>* [yes|no]
|
||||
Use natural scrolling for this category if available.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue