FS#49000 - [xf86-input-libinput] Triple-tap locks/freezes touchpad
Attached to Project:
Arch Linux
Opened by Konstantin Gizdov (kgizdov) - Monday, 18 April 2016, 01:10 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 19 June 2016, 17:34 GMT
Opened by Konstantin Gizdov (kgizdov) - Monday, 18 April 2016, 01:10 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 19 June 2016, 17:34 GMT
|
Details
Description:
Since recently, whenever I close a tab in Chrome with triple-tap my cursor is locked and the touchpad becomes unresponsive, until I triple-tap again. This is not default/expected behaviour. Additional info: * libinput - 1.2.3-1 * X.org conf: Section "InputClass" Identifier "MyTouchpad" MatchIsTouchpad "on" Driver "libinput" Option "Tapping" "on" Option "Tap-to-click" "on" EndSection Steps to reproduce: 1. Triple-tap 2. touchpad locks 3. triple-tap again 4. touchpad recovers |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Sunday, 19 June 2016, 17:34 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#49523
Sunday, 19 June 2016, 17:34 GMT
Reason for closing: Duplicate
Additional comments about closing:
There is no problem for me with three finger tap. My /etc/X11/xorg.conf.d/30-touchpad.conf is below.
```
Section "InputClass"
Identifier "MyTouchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection
```
There is no need for option "Tap-to-click". See if this fix your problem.
If this doesn't fix your problem, maybe there is something about "palm detection" to prevent touchpad movement during typing.