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 143579 - keyboard shortcut for zoom in/out does not work with numpad
keyboard shortcut for zoom in/out does not work with numpad
Status: RESOLVED DUPLICATE of bug 579681
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 321522 380549 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-06-02 13:35 UTC by T. Penev
Modified: 2009-08-17 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description T. Penev 2004-06-02 13:35:52 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)
Comment 1 Stephane Wirtel 2005-01-26 20:43:29 UTC
No news for this bug, I send a new request to get more information about this bug.
Comment 2 Kjartan Maraas 2005-09-19 11:10:20 UTC
I think the description is clear enough. Numpad + and - don't work for zoom in/out.
Comment 3 Sergej Kotliar 2005-11-15 17:34:32 UTC
*** Bug 321522 has been marked as a duplicate of this bug. ***
Comment 4 Ghee Teo 2007-04-05 15:01:44 UTC
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.
Comment 5 Ed Avis 2008-01-01 13:08:46 UTC
Note that Firefox accepts C-keypadplus to zoom in, so there is precedent.
Comment 6 Wouter Bolsterlee (uws) 2008-01-01 14:45:57 UTC
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.
Comment 7 Christian Persch 2008-03-25 14:04:36 UTC
Easy to do now that we use gtkuimanager.
Comment 8 Christian Persch 2008-04-08 10:45:43 UTC
*** Bug 380549 has been marked as a duplicate of this bug. ***
Comment 9 Jack Tanner 2008-09-30 17:00:05 UTC
Similarly, the numeric shortcuts under File, Open Terminal and File, Open Tab also fail to respond to the numeric key pad.
Comment 10 Christian Persch 2008-09-30 19:22:46 UTC
(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.
Comment 11 Jack Tanner 2008-10-01 21:06:22 UTC
Thanks, chpe. Filed bug 554617.
Comment 12 Jani Monoses 2009-08-09 16:51:04 UTC
a patch that covers this and <ctrl>equal for zoom in has been added to bug 579681
Comment 13 Christian Persch 2009-08-17 12:35:34 UTC

*** This bug has been marked as a duplicate of bug 579681 ***