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 751342 - Allow zooming in text with Ctrl+
Allow zooming in text with Ctrl+
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
3.16.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-22 19:31 UTC by Michael Catanzaro
Modified: 2015-06-23 05:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keybinding: add <ctrl>= to increase font size (zoom in) (1.85 KB, patch)
2015-06-23 05:57 UTC, sébastien lafargue
committed Details | Review

Description Michael Catanzaro 2015-06-22 19:31:05 UTC
Currently pressing Ctrl and - will zoom out text. I got stuck for several minutes trying to figure out how to zoom in again. The trick is to press Ctrl AND Shift AND + all together. I would have expected it to work without needing Shift.

I figured it out by observing that I don't need to hold Shift to type - but do need to hold Shift to get a + instead of =
Comment 1 sébastien lafargue 2015-06-22 19:38:26 UTC
So you want a ctrl + = shortcut :)

Maybe it will be more clear if we use the + and - of the keypad in addition to the already existing shortcuts ?
( well, at least for those with a keypad... )
Comment 2 Igor Gnatenko 2015-06-22 20:16:50 UTC
"+" is "shift" AND "="
Comment 3 sébastien lafargue 2015-06-22 20:39:52 UTC
It is also true that for example with Firefox, both ctrl + = and ctrl shift = works.
Comment 4 Christian Hergert 2015-06-22 21:06:10 UTC
Should be easy enough to add an additional keybinding.

The purpose initially was to copy the workflow from gnome-terminal.
Comment 5 Michael Catanzaro 2015-06-22 22:17:41 UTC
(In reply to sébastien lafargue from comment #1)
> So you want a ctrl + = shortcut :)

Yes :)
Comment 6 sébastien lafargue 2015-06-23 05:57:11 UTC
Created attachment 305886 [details] [review]
keybinding: add <ctrl>= to increase font size (zoom in)

Currently, we need to press <ctrl><shift>= (which is <ctrl>+)
<ctrl>= already exist in some apps like Firefox.
Comment 7 sébastien lafargue 2015-06-23 05:59:17 UTC
Attachment 305886 [details] pushed as b10c6e6 - keybinding: add <ctrl>= to increase font size (zoom in)