GNOME Bugzilla – Bug 315183
Doesn't zoom with CTRL+ on the numerical keypad
Last modified: 2005-10-30 04:24:21 UTC
Please describe the problem: Keyboard shortcuts for zooming operations are not working Steps to reproduce: 1. Open an image with eog 2. Press CTRL++ to zoom in the image Actual results: Nothing, image stays the same. Expected results: Image zoomed in Does this happen every time? yes Other information: The same applies for other zoom operations
I've tried EOG 2.11.92 in gnome-2.12-livecd and bug is still there.
What you are talking about is that it doesn't zoom with the + and - sings on the numerical keypad. This happens in almost all gnome programs, I've myself filed this bug against some other software. Try using the + and - near the alphabetical part of the keyboard and you'll see that it works just fine. Retitling and confirming.
Created attachment 54060 [details] [review] patch adding missing accelerators This patch adds the missing accelerators and actions needed for zooming with the keypad keys. Btw, is there a reason why CTRL+= is defined for zooming in?
Applied in HEAD, thanks! About Ctrl+=, this is because it's more practical to use this one than using Ctrl+Shift+= to have a Ctrl++. User will more likely use Ctrl+=.