dessant / scroll-zoom

Browser extension for zooming web pages with the left or right mouse button and the scroll wheel

Home Page:https://addons.mozilla.org/en-US/firefox/addon/scroll-zoom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinch zoom

maliayas opened this issue · comments

Touchpad users enjoy pinch-to-zoom on Firefox. That's a zoom type that doesn't reflow the page. It just... zooms in.

Only recently I found out that it's actually possible with desktop too. Firefox has mousewheel.with_control.action config key to control the modifier key (3: Windows key, 5: Ctrl). So you can actually pinch zoom via ctrl+scroll.

Is it possible to support this feature in Scroll Zoom?