Skip to content

Zoom on ctrl+scroll

Michael Catanzaro requested to merge mcatanzaro/scroll-zoom into master

Somebody noticed that holding Ctrl and scrolling does not cause the web view to zoom in and out like on other browsers. Implement it.

I have one reservation with this: the zoom increments are too large. Firefox zooms by 10% for each scroll event. Ours is 25%. We should reconsider this.

Merge request reports