diff options
author | Hong Xu <hong@topbug.net> | 2022-04-27 11:33:46 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2022-04-27 11:33:46 +0000 |
commit | dfc5e204268473b89c1b93075595182750fe4bea (patch) | |
tree | 0337f15c93ee12182552665bc4e15d294110c5cf | |
parent | 2ee183a6cd7ae7d84be6dc30418fbbd6126c017f (diff) |
Better explain HorizontalScrolling.
-rw-r--r-- | man/libinput.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/libinput.man b/man/libinput.man index 4238538..a111da0 100644 --- a/man/libinput.man +++ b/man/libinput.man @@ -120,10 +120,10 @@ the driver forwards only high-resolution wheel scroll events from libinput. When disabled, the driver forwards legacy wheel scroll events instead. .TP 7 .BI "Option \*qHorizontalScrolling\*q \*q" bool \*q -Disables horizontal scrolling. When disabled, this driver will discard any -horizontal scroll events from libinput. Note that this does not disable -horizontal scrolling, it merely discards the horizontal axis from any scroll -events. +Enables or disables horizontal scrolling. When disabled, this driver will +discard any horizontal scroll events from libinput. This does not disable +horizontal scroll events from libinput; it merely discards the horizontal axis +from any scroll events. Default is enabled. .TP 7 .BI "Option \*qLeftHanded\*q \*q" bool \*q Enables left-handed button orientation, i.e. swapping left and right buttons. |