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 607205 - Help should explicitely say that zooming in is actually CTRL SHIFT +
Help should explicitely say that zooming in is actually CTRL SHIFT +
Status: RESOLVED WONTFIX
Product: gnome-terminal
Classification: Core
Component: docs
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-17 05:25 UTC by Daniel O
Modified: 2014-01-27 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add mouse wheel zoom in/out (2.25 KB, patch)
2010-06-11 18:45 UTC, Sean H
none Details | Review

Description Daniel O 2010-01-17 05:25:52 UTC
Problem: 
You need to zoom in and out of text. In order to do this, you need to use the View -> Zoom In menu item.

When you are there, the keyboard shortcuts for it are confusing - the "CTRL++" command doesn't work (as per firefox's implementation, "Ctrl plus plus", "CTRL minus minus").

Finally, there's no mousewheel zoom either.


Suggestions:
 * Reword the keyboard shortcuts for zoom in/out to "CTRL and +" "CTRL and -" to clarify it
 * Implement support for "CTRL(hold) + +" keystrokes (in), "CTRL(hold) - -" (out), CTRL 0 (reset)  ala firefox.
 * Implement a mousewheel zoom
Comment 1 Christian Persch 2010-01-17 12:16:28 UTC
Ctrl-+ and Ctrl-- work here. Note that you may have to press shift as well, so the + is actually + and not =. This is bug 579681.

I have no idea what "Implement support for "CTRL(hold) + +" keystrokes (in), "CTRL(hold) - -" (out), CTRL 0 (reset)  ala firefox." even means.
Comment 2 Sean H 2010-06-11 18:45:20 UTC
Created attachment 163409 [details] [review]
Add mouse wheel zoom in/out

Ability to Ctrl-<mouse wheel> scroll in order to change terminal screen font size.
Comment 3 Sindhu S 2013-02-06 05:29:30 UTC
(In reply to comment #1)
> Ctrl-+ and Ctrl-- work here. Note that you may have to press shift as well, so
> the + is actually + and not =. This is bug 579681.

It makes sense to the user who has understood the concept of keycaps having two symbols and to access the top symbol, one has to press Shift. I think we should be explicit about this in our help pages.
Comment 4 Alexandre Franke 2014-01-20 23:34:28 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Ctrl-+ and Ctrl-- work here. Note that you may have to press shift as well, so
> > the + is actually + and not =. This is bug 579681.
> 
> It makes sense to the user who has understood the concept of keycaps having two
> symbols and to access the top symbol, one has to press Shift. I think we should
> be explicit about this in our help pages.

I'm changing the component to docs and the summary to be about that then.
Comment 5 Kat 2014-01-27 16:38:31 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Ctrl-+ and Ctrl-- work here. Note that you may have to press shift as well, so
> > the + is actually + and not =. This is bug 579681.
> 
> It makes sense to the user who has understood the concept of keycaps having two
> symbols and to access the top symbol, one has to press Shift. I think we should
> be explicit about this in our help pages.

We cannot predict which keyboard layout the user is using, so this cannot be fixed.

I think it is safe to assume that a user using the terminal will know how to use a shift key, so it would be out of scope anyway.