Reset stale touchpad contacts after interrupted input

This commit is contained in:
ajp_anton
2026-09-07 19:47:28 +00:00
parent a8d68238bd
commit 93607d749f
3 changed files with 58 additions and 6 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
Name: touchpad-hold-tap
Version: 0.1.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Hold-tap middle-click gesture for touchpads
License: MIT
@@ -57,6 +57,9 @@ if [ "$1" -eq 0 ]; then
fi
%changelog
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-10
- Reset stale touch contacts after an interrupted input stream
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-9
- Separate minimum anchor age from the optional stationary period
- Allow a held anchor to recover after rejected taps