mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
quirks: disable button debouncing for the QEMU/KVM mouse integration
When using a touchpad to double click on a QEMU/KVM virtual machine, fast double taps are filtered by our debouncing code. Since these are emulated devices and by definition cannot have a stuck button, let's tag them so we don't enable the debouncing code. If the button of the physical device is stuck, that's a problem that needs to be fixed in the host system. The same device name and broken behavior was found in GNOME Boxes and Virtual Machine Manager. Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
ec0421d0ad
commit
d253165d7c
1 changed files with 3 additions and 0 deletions
3
quirks/30-vendor-qemu.quirks
Normal file
3
quirks/30-vendor-qemu.quirks
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[QEMU/KVM mouse integration]
|
||||
MatchName=*spice vdagent tablet*
|
||||
ModelBouncingKeys=1
|
||||
Loading…
Add table
Reference in a new issue