Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 finger swipe gesture breaks 2 finger scroll + os palm detection #4027

Open
chalda opened this issue Dec 24, 2024 · 4 comments
Open

3 finger swipe gesture breaks 2 finger scroll + os palm detection #4027

chalda opened this issue Dec 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@chalda
Copy link

chalda commented Dec 24, 2024

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

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Your environment

  • AltTab version: 7.13
  • macOS version: sonoma
  • Other relevant info: built in mbp m1 touchpad
@chalda chalda added the bug Something isn't working label Dec 24, 2024
@lwouis
Copy link
Owner

lwouis commented Dec 24, 2024

Hi,

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.

#4020 may also help with this issue

Thank you

@chalda
Copy link
Author

chalda commented Dec 25, 2024

@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

@chalda
Copy link
Author

chalda commented Dec 25, 2024

@lwouis hmm found that 4 finger swipe gesture fires on 4 finger spread for desktop

@lwouis
Copy link
Owner

lwouis commented Dec 26, 2024

I've improved swipe recognition in many ways in v7.14.0. Could you please try it out, and let me know if it helps?
Thank you 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants