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 316555 - zoom should also support keypad +/-
zoom should also support keypad +/-
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 352510 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-09-17 09:52 UTC by Emmanuel Touzery
Modified: 2008-01-15 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emmanuel Touzery 2005-09-17 09:52:24 UTC
on for instance the slovenian keyboard, which i'm using, using + or
- to zoom in or out in gimp is not handy because + is on that
keyboard just on the left of backspace while - is just on the left of the right
shift.
it would be much handier to *also* let the user use the + and - of the keypad,
which are handily together at the right of the keyboard.
there's no need to remove support for the existing +/- keys, just add support
for those on the keypad, that would be great.

it's not a drama, because in gimp it's easy to change keyboard shortcuts, and
changing this shortcut is the first thing that I do everytime I install gimp.

inkscape does this right, nautilus is like gimp. I submitted bug #316553 for
nautilus.

Other information:
Comment 1 Sven Neumann 2005-09-18 11:44:23 UTC
AFAIK, GTK+ doesn't support to bind multiple keys to the same action. Otherwise
we would of course have done this change already. But perhaps there is a way we
haven't yet though of?
Comment 2 Emmanuel Touzery 2005-09-18 11:52:19 UTC
i don't know but nautilus in 2.12 apparently has the fix as well. you can see
their patch there:
http://bugzilla.gnome.org/attachment.cgi?id=48537&action=view

from bug http://bugzilla.gnome.org/show_bug.cgi?id=309018

I also checked again and inkscape does zoom for both keys (keypad and normal).
Comment 3 Sven Neumann 2005-09-18 14:12:58 UTC
Not very elegant and somewhat irritating to have two entries for Zoom In/Out in
the keyboard shortcut editor, but I think the advantages outweight this:

2005-09-18  Sven Neumann  <sven@gimp.org>

        * app/actions/view-actions.c (view_zoom_actions):
        * menus/image-menu.xml.in: added extra Zoom In/Out actions and
        bind them to the Add/Subtract keys on the keypad (bug #316555).
Comment 4 Emmanuel Touzery 2005-09-18 14:19:18 UTC
great, thank you very much :-)
that WAS fast reaction... i agree about advantages outweighting lack of elegance.
Comment 5 Sven Neumann 2006-08-23 13:18:36 UTC
*** Bug 352510 has been marked as a duplicate of this bug. ***