GNOME Bugzilla – Bug 763942
Let Control+scroll change the zoom level
Last modified: 2016-08-15 08:52:44 UTC
As it usual to change zoom level using control+scroll, it would be nice for this to be in DevHelp too.
Created attachment 327473 [details] [review] window: implement scroll zoom This patch enables to change the zoom level by scrolling and holding the ctrl modifier. zoom_in_cb() and zoom_out_cb() used largely the same code for changing the zoom level. It has been moved out to a separate function (bump_zoom_level()), which takes the amount by which to "bump" the zoom level.
Created attachment 327474 [details] [review] window: implement scroll zoom This patch enables to change the zoom level by scrolling and holding the ctrl modifier. zoom_in_cb() and zoom_out_cb() used largely the same code for changing the zoom level. It has been moved out to a separate function (bump_zoom_level()), which takes the amount by which to "bump" the zoom level.
Thanks. Attachment 327474 [details] pushed as 0bc96b6 - window: implement scroll zoom