After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315183 - Doesn't zoom with CTRL+ on the numerical keypad
Doesn't zoom with CTRL+ on the numerical keypad
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.11.x
Other All
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-03 15:10 UTC by Nelson Benitez
Modified: 2005-10-30 04:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
patch adding missing accelerators (1.57 KB, patch)
2005-10-29 21:12 UTC, Felix Riemann
none Details | Review

Description Nelson Benitez 2005-09-03 15:10:56 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
Comment 1 Nelson Benitez 2005-09-08 22:31:51 UTC
I've tried EOG 2.11.92 in gnome-2.12-livecd and bug is still there.
Comment 2 Sergej Kotliar 2005-09-18 12:25:49 UTC
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.
Comment 3 Felix Riemann 2005-10-29 21:12:07 UTC
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?
Comment 4 Lucas Rocha 2005-10-30 04:24:21 UTC
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+=.