mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 09:44:40 +00:00
Revert MaxDoubleTapTime back to 180
Fallout from 90c6d7fc60 where it got changed to
100ms. This is too short for triple-tap-and-drag gestures so revert it to the
previous value.
https://bugs.freedesktop.org/show_bug.cgi?id=95171
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -671,7 +671,7 @@ set_default_parameters(InputInfoPtr pInfo)
|
||||
pars->finger_high = xf86SetIntOption(opts, "FingerHigh", fingerHigh);
|
||||
pars->tap_time = xf86SetIntOption(opts, "MaxTapTime", 180);
|
||||
pars->tap_move = xf86SetIntOption(opts, "MaxTapMove", tapMove);
|
||||
pars->tap_time_2 = xf86SetIntOption(opts, "MaxDoubleTapTime", 100);
|
||||
pars->tap_time_2 = xf86SetIntOption(opts, "MaxDoubleTapTime", 180);
|
||||
pars->click_time = xf86SetIntOption(opts, "ClickTime", 100);
|
||||
pars->clickpad = xf86SetBoolOption(opts, "ClickPad", pars->clickpad); /* Probed */
|
||||
if (pars->clickpad)
|
||||
|
||||
Reference in New Issue
Block a user