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

Add support for three finger scroll #7

Open
peteringram0 opened this issue May 30, 2017 · 6 comments
Open

Add support for three finger scroll #7

peteringram0 opened this issue May 30, 2017 · 6 comments

Comments

@peteringram0
Copy link

Add support for three finger scroll

@mathieudutour mathieudutour changed the title Feature Request Add support for three finger scroll May 30, 2017
@alondahari
Copy link

+1
I'm actually using two-finger scrolling to scroll through space, which makes this awesome package unusable for me

@mallardduck
Copy link
Contributor

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.

@jimigwell
Copy link

hi this could be a very great feature.
We can also use cmd+scroll instead of scroll ?
Maybe it is possible to do it via keybinding ? i did not acheive it.

@milindalvares
Copy link

@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.

@sbrl
Copy link

sbrl commented May 21, 2018

Yep, on a laptop here too. 3 finger scroll would be ideal, but 2 finger + CTRL would be fine too.

@mallardduck
Copy link
Contributor

@sbrl You should be set to use a modifier key already. Just gotta enable the setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants