From 484b6a7f3ffb2641c8c35043145be4e5eca26112 Mon Sep 17 00:00:00 2001 From: Yinon Burgansky Date: Sat, 18 Feb 2023 21:22:15 +0200 Subject: Add support for the scroll movement type of the custom acceleration profile Adds new properties and xorg.conf entries for setting the scroll acceleration function's points and step. The new xorg.conf entries are AccelPointsScroll, AccelStepScroll. --- man/libinput.man | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/libinput.man b/man/libinput.man index 689afa4..7c83ccb 100644 --- a/man/libinput.man +++ b/man/libinput.man @@ -67,6 +67,10 @@ This only applies to the custom profile. Equivalent to AccelPointsFallback but applies to the Motion acceleration function. .BI "Option \*AccelStepMotion\*q \*q" float \*q Equivalent to AccelStepFallback but applies to the Motion acceleration function. +.BI "Option \*AccelPointsScroll\*q \*q" string \*q +Equivalent to AccelPointsFallback but applies to the Scroll acceleration function. +.BI "Option \*AccelStepScroll\*q \*q" float \*q +Equivalent to AccelStepFallback but applies to the Scroll acceleration function. .TP 7 .BI "Option \*qButtonMapping\*q \*q" string \*q Sets the logical button mapping for this device, see -- cgit v1.2.1