GNOME Bugzilla – Bug 684179
switching images by next/prev mouse buttons (like in browsers)
Last modified: 2015-12-14 07:24:34 UTC
Hello. It is quite comfortable to switch and zoom images by mouse. Zooming works well by mouse wheel but the switching does not. I mean mouse side button usually called next/prev buttons.
Like in which browsers?
like web browsers. E.g. like Chromium or Opera.
Well, eog actually already has code to do that. It seems the keycodes the scroll buttons produce have changed since it was added. eog looks for buttons 6 and 7, my mouse produces 8 and 9. Not sure how portable these codes are.
commit b23508382f0131d9961e437fe8c8453adeb84faa Author: Felix Riemann <> Date: Sat Oct 13 14:12:38 2012 +0200 Add additional key codes for image switching using mouse buttons This should re-establish that function for newer X setups. As we don't know whether the old keycodes could still occur, we simply keep for compatibility. https://bugzilla.gnome.org/show_bug.cgi?id=684179 --- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Logitech mice tend to have side to side buttons in the scroll wheel. In web browsers this scrolls side to side but in EOG it zooms in and out like the wheel and thus redundant. Would be nice if that would be changed to select next/previous picture.