-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable zooming with modifier key + two-finger trackpad scroll #5508
Comments
The old style 2-finger scroll zoom will still work if you have the control key pressed.. That's actually the hack that all the browsers implemented so that the pinch zoom works - they turn the pinch zoom into a mousewheel event with ctrl key pressed. |
Sounds good to me 👍 I think the code to adjust might just be the two Lines 455 to 479 in 152f658
|
With the recent addition of two-finger panning, it is no longer possible to zoom via scrolling on a trackpad. While pinch-to-zoom works as an alternative, apps such as Apple Maps also allow scroll-to-zoom while holding down Shift or a similar modifier key. iD should adopt this interaction.
The text was updated successfully, but these errors were encountered: