Date: Fri, 09 Feb 2024 18:39:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276708] hms(4): slightly wrong 1 finger <-> 2 finger handling Message-ID: <bug-276708-227-sPB0XLPltG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276708-227@https.bugs.freebsd.org/bugzilla/> References: <bug-276708-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276708 --- Comment #1 from Vladimir Kondratyev <wulf@freebsd.org> --- hms knows nothing of two-finger scrolling. It is a driver for mices. It transfers cursor movement, button actions and scroll wheels state. I think that your touchpad is not supported by any driver in native mode and have to use relative mouse emulation mode with mapping of two-finger scroll= ing to scroll wheel rotation. In that case gestures are processed by touchpad firmware rather than by libinput and you can do nothing with them except writing of driver which utilizes native mode. What model of touchpad do you use? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276708-227-sPB0XLPltG>