You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Alttab gesture is set to 3 finger swipe, this somehow breaks the interaction between the built in OS palm detection with 2 finger scroll.
Its ignoring the palm detection and treating it as another finger, so even a light touch from your hand prevent any scrolling until you release. But more annoyingly, depending on settings can make your focus/input jump all over the place.
very annoying, actually spent so long today trying to figure out why the palm detection seemingly stopped working, guess ill switch to 4 fingers and see if that helps
Screenshots / video
Add screenshots to help explain your problem. You can also record your screen to show the bug in action. That is really helpful!
Steps to reproduce the bug
Go to '...'
Click on '....'
Scroll down to '....'
See error
Your environment
AltTab version: 7.13
macOS version: sonoma
Other relevant info: built in mbp m1 touchpad
The text was updated successfully, but these errors were encountered:
Thank you for sharing this issue. I was able to reproduce.
Looking at the code in TrackpadEvents, I see that the OS gives us the info about which touches become "resting". It's probably possible to improve on the current swipe detection.
@lwouis 4 fingers seems to have helped in short term
Is it possible to have the os make the determination of what type of gesture it is and filter out bogus input
Appreciate you btw. Great project.
PS Have some ideas for interesting features but they might be out of scope for a utility
Describe the bug
If Alttab gesture is set to 3 finger swipe, this somehow breaks the interaction between the built in OS palm detection with 2 finger scroll.
Its ignoring the palm detection and treating it as another finger, so even a light touch from your hand prevent any scrolling until you release. But more annoyingly, depending on settings can make your focus/input jump all over the place.
very annoying, actually spent so long today trying to figure out why the palm detection seemingly stopped working, guess ill switch to 4 fingers and see if that helps
Screenshots / video
Add screenshots to help explain your problem. You can also record your screen to show the bug in action. That is really helpful!
Steps to reproduce the bug
Your environment
The text was updated successfully, but these errors were encountered: