GNOME Bugzilla – Bug 89512
Setting for how much the mouse wheel should affect zoom
Last modified: 2007-02-23 22:52:50 UTC
There should be a preferences option for how much each snip on the mouse wheel would change the zoom level. Maybe even allow for a modifier key so that e.g. [shift] + mousewheel could give larger steps.
I could consider a patch to add a GUI-less GConf key for this; it would be used for both the scrollwheel and the plus/minus keypad keys. I would definitely not put it in the GUI, though.
Moving to 2.17 and adding dependency.
Fixed in eog-ng branch. Closing bug report as there are no plans to have it in trunk as we're already string and feature frozen for 2.18 release. Thanks! 2007-02-24 Lucas Rocha <lucasr@gnome.org> * src/eog-scroll-view.[ch] (eog_scroll_view_set_zoom_multiplier, display_key_press_event, eog_scroll_view_init), src/eog-window.c (eog_window_zoom_multiplier_changed_cb, eog_window_construct_ui, eog_window_init): use new GConf key to define the zoom multiplier used when scrolling with the mouse wheel (Fixes bug #89512). * src/eog-config-keys.h, data/eog.schema.in: added new GConf for zoom multiplier.