-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add support for three finger scroll #7
Comments
+1 |
As I was working on #13 I read up on JS detection for such events. Sadly, JS has no native way to distinguish from a true mouse scroll and a trackpad scroll. Because of that there's also limited support for knowing what's going on with 1, 2, vs 3 finger trackpad input. Maybe some library like Zingtouch could help detect such instances though? Even with that I'm not sure how feasible it would be. |
hi this could be a very great feature. |
@jimigwell You can bind a key I think in the settings. Would love to have 3 finger scroll too. Too bad looks like it's gonna be difficult. |
Yep, on a laptop here too. 3 finger scroll would be ideal, but 2 finger + CTRL would be fine too. |
@sbrl You should be set to use a modifier key already. Just gotta enable the setting. |
Add support for three finger scroll
The text was updated successfully, but these errors were encountered: