GNOME Bugzilla – Bug 143579
keyboard shortcut for zoom in/out does not work with numpad
Last modified: 2009-08-17 12:35:34 UTC
Description of Problem: The View->Zoom in /out options cannot be accessed via Ctrl+Numpad "+" or "-". Also the description "Ctrl++" and Ctrl"+-" is a little confusing - on most keyboards the "Normal Size" and "Zoom In" would have the same shortcut since the "+" and the "=" char are on the same key - Zoom In actually requires Ctrl+Shift+"=". Expected Results: zoomin/out not working with numpad keys How often does this happen? always (2.6.1)
No news for this bug, I send a new request to get more information about this bug.
I think the description is clear enough. Numpad + and - don't work for zoom in/out.
*** Bug 321522 has been marked as a duplicate of this bug. ***
The problem is obvious when one runs xev which shows that the '+' key along the top has keycode 53 keysym 0x2b plus the '+' key on the numeric pad has keycode 94 keysym 0xffab KP_Add SO if you want to fix this then, both keysyms must be bind to the action of zooming in for terminal.
Note that Firefox accepts C-keypadplus to zoom in, so there is precedent.
Firefox UI design decisions are unrelated to Gnome standards ;) Anyway, Epiphany accepts this shortcut as well, so we should add it to g-t imho.
Easy to do now that we use gtkuimanager.
*** Bug 380549 has been marked as a duplicate of this bug. ***
Similarly, the numeric shortcuts under File, Open Terminal and File, Open Tab also fail to respond to the numeric key pad.
(In reply to comment #9) > Similarly, the numeric shortcuts under File, Open Terminal and File, Open Tab > also fail to respond to the numeric key pad. Not similar at all. This bug is about shortcuts not working with numpad. Menuitem mnemonics are a different case. If they don't work with numpad, it's either a gtk+ bug or NOTABUG.
Thanks, chpe. Filed bug 554617.
a patch that covers this and <ctrl>equal for zoom in has been added to bug 579681
*** This bug has been marked as a duplicate of bug 579681 ***