Skip to content

quirks: add ModelBouncingKeys for Trust GXT 25 mouse

Martin Cihlář requested to merge cihlarma/libinput:trust-mouse-quirk into master

Trust GXT 25 has a "double-click" button that, when pressed, acts as if the user pressed the left mouse button twice in a quick succession. In versions of libinput 1.8 and upwards, this no longer works, pressing the double-click button functions the same as the left mouse button from the end-user perspective. This is because the clicks are too close together and trigger libinput's button debouncing feature, causing the second click to be discarded.

This commit adds the "ModelBouncingKeys" quirk for the device to mitigate the issue. Fixes #455 (closed), practically identical to #204 (closed).

Signed-off-by: Martin Cihlář martin.cibule@seznam.cz

Edited by Martin Cihlář

Merge request reports