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 pinch zoom support #38

Open
bear24rw opened this issue Nov 9, 2024 · 1 comment
Open

Add pinch zoom support #38

bear24rw opened this issue Nov 9, 2024 · 1 comment

Comments

@bear24rw
Copy link

bear24rw commented Nov 9, 2024

On macOS trackpad two finger vertical scroll zooms and two finger horizontal scroll pans. This leads to some funky user experience where you accidentally either zoom when trying to pan or pan when trying to zoom. It might be better to require holding shift or something to enable zoom and make vertical scroll pan by default? (or vice versa)

@jcupitt
Copy link
Owner

jcupitt commented Nov 9, 2024

Hello @bear24rw.

I think the right fix would be to add support for pinch-zoom gestures. gtk4 has this, it probably just needs hooking up.

Let's tag this as an enhancement.

@jcupitt jcupitt changed the title Scrolling/Zooming on macOS trackpad is a little funky Add pinch zoom support Nov 9, 2024
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

2 participants