mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
When the kernel doesn't support a touchpad, the device is handled as a generic mouse named "ImPS/2 Generic Wheel Mouse". Taps are handled as button clicks and the button debouncing code makes it difficult to double click. Add a quirk to disable button debouncing for this devices. Fix https://gitlab.freedesktop.org/libinput/libinput/-/issues/656 Signed-off-by: José Expósito <jose.exposito89@gmail.com>
6 lines
197 B
Text
6 lines
197 B
Text
# Do not edit this file, it will be overwritten on update
|
|
|
|
# https://gitlab.freedesktop.org/libinput/libinput/-/issues/656
|
|
[Emulated Mouse]
|
|
MatchName=ImPS/2 Generic Wheel Mouse
|
|
ModelBouncingKeys=1
|