GNOME Bugzilla – Bug 55629
Ctrl+= is a bad keyboard shortcut...
Last modified: 2004-12-22 21:47:04 UTC
The default keyboard shortcut for "zoom in" is Ctrl+=, and this does not work on a Swedish keyboard: "=" is Shift+0 on a Swedish keyboard, and Ctrl+Shift+0 does not work for zooming in in Galeon. Ctrl+- however, zoom out, does work. This is not a composed key on Swedish keyboards. I checked my list of keyboard layouts, and Denmark, Italy, Netherlands, Norway, Switzerland, Spain, Germany, also have "=" on some Shift combo.
Also, mpeseng@tin.it verified that this does not work on an Italian layout either.
I'm open to suggestions about what these should be changed to.
Similar gimp bug: http://bugzilla.gnome.org/show_bug.cgi?id=56108
*** Bug 57910 has been marked as a duplicate of this bug. ***
See my thoughts about this on similar bug http://bugzilla.gnome.org/show_bug.cgi?id=57394 . Is it possible to make non-alphanumeric shortcuts like these differ between translations?
Dan: it's certainly hackable. The GDK keycode for "=" is the same as the ASCII keycode, IIRC. So it can be put into a single character string and sucked out at run time. Hideous, I know :-) I almost did this once but wasn't entirely happy and never got to commit the change. It should work though, but needs a *big* comment to explain to translators what's happening.
What about just using Ctrl+Number combinations for these? Something like Ctrl+8 to zoom in, Ctrl+9 to zoom to 100%, and Ctrl+0 to zoom out. I know number key shortcuts suck, but at least these will work on keyboards from all locales (I assume).
Isn't CTRL+digit already bound for tabs?
Nope, tabs use Alt+Number.
*** Bug 63753 has been marked as a duplicate of this bug. ***
Fixed in both branches now.
*** Bug 93778 has been marked as a duplicate of this bug. ***