How to zoom in & zoom outDefault screen magnifier?How to zoom in while screencasting?How can I zoom one specific window in KDE?Ubuntu zoom feature misbehavingUnity Web Apps: is there a way to zoom in?How do I restore compiz advanced zoom?Solutions for couch surfingHow to zoom in and out of text in Gedit?How do I disable the long press Super key from showing the shortcuts window?CompizConfig Settings Manager “Enhanced Zoom Desktop” feature doesn't work with Cinnamon 1.4 in Ubuntu 12.04LTSHow to zoom in while screencasting?Zoom a Single Windowhow to zoom out on desktop with kubuntuStubborn zoomed text in Nautilus / Nemo, whichever set as defaultZoom on Ubuntu 17.10
Bullying boss launched a smear campaign and made me unemployable
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Do creatures with a listed speed of "0 ft., fly 30 ft. (hover)" ever touch the ground?
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
Unlock My Phone! February 2018
Does int main() need a declaration on C++?
What historical events would have to change in order to make 19th century "steampunk" technology possible?
How obscure is the use of 令 in 令和?
Should I tell management that I intend to leave due to bad software development practices?
Is it possible to create a QR code using text?
What exactly is ineptocracy?
Is there a hemisphere-neutral way of specifying a season?
What is the opposite of "eschatology"?
Getting extremely large arrows with tikzcd
How exploitable/balanced is this homebrew spell: Spell Permanency?
What's the meaning of "Sollensaussagen"?
Can someone clarify Hamming's notion of important problems in relation to modern academia?
Where would I need my direct neural interface to be implanted?
In Bayesian inference, why are some terms dropped from the posterior predictive?
Forgetting the musical notes while performing in concert
Finitely generated matrix groups whose eigenvalues are all algebraic
How many wives did king shaul have
What does the same-ish mean?
How to zoom in & zoom out
Default screen magnifier?How to zoom in while screencasting?How can I zoom one specific window in KDE?Ubuntu zoom feature misbehavingUnity Web Apps: is there a way to zoom in?How do I restore compiz advanced zoom?Solutions for couch surfingHow to zoom in and out of text in Gedit?How do I disable the long press Super key from showing the shortcuts window?CompizConfig Settings Manager “Enhanced Zoom Desktop” feature doesn't work with Cinnamon 1.4 in Ubuntu 12.04LTSHow to zoom in while screencasting?Zoom a Single Windowhow to zoom out on desktop with kubuntuStubborn zoomed text in Nautilus / Nemo, whichever set as defaultZoom on Ubuntu 17.10
While using 10.04 and the previous versions I used to put Ctrl+F6 to zoom in and subsequently Ctrl+F7 to zoom out. Now (using 11.10, Unity) I can't even find the options to zoom in and zoom out in the "keyboard shortcuts". I tried "the Magnifier" in the Compiz but really can't understand what is going on right there. There is simple question I would like to ask:
What to do so as to be able to zoom in with Ctrl+F6 and zoom out with Ctrl+F7?
zoom
add a comment |
While using 10.04 and the previous versions I used to put Ctrl+F6 to zoom in and subsequently Ctrl+F7 to zoom out. Now (using 11.10, Unity) I can't even find the options to zoom in and zoom out in the "keyboard shortcuts". I tried "the Magnifier" in the Compiz but really can't understand what is going on right there. There is simple question I would like to ask:
What to do so as to be able to zoom in with Ctrl+F6 and zoom out with Ctrl+F7?
zoom
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
2
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51
add a comment |
While using 10.04 and the previous versions I used to put Ctrl+F6 to zoom in and subsequently Ctrl+F7 to zoom out. Now (using 11.10, Unity) I can't even find the options to zoom in and zoom out in the "keyboard shortcuts". I tried "the Magnifier" in the Compiz but really can't understand what is going on right there. There is simple question I would like to ask:
What to do so as to be able to zoom in with Ctrl+F6 and zoom out with Ctrl+F7?
zoom
While using 10.04 and the previous versions I used to put Ctrl+F6 to zoom in and subsequently Ctrl+F7 to zoom out. Now (using 11.10, Unity) I can't even find the options to zoom in and zoom out in the "keyboard shortcuts". I tried "the Magnifier" in the Compiz but really can't understand what is going on right there. There is simple question I would like to ask:
What to do so as to be able to zoom in with Ctrl+F6 and zoom out with Ctrl+F7?
zoom
zoom
edited Feb 26 '17 at 13:09
Zanna
51.2k13139243
51.2k13139243
asked Nov 24 '11 at 18:10
stanimirstanimir
116113
116113
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
2
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51
add a comment |
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
2
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
2
2
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51
add a comment |
8 Answers
8
active
oldest
votes
Unity (until Ubuntu 17.04)
Unity Tweak Tool
Other than the Compizconfig Settings Manager, a new configuration tool is now available called Unity Tweak Tool.
Open Dash (by tapping on Super) and type "Unity Tweak Tool".
If it is not available, you can install it from the software center (Unity Tweak Tool ), or you can install it from the terminal with:
sudo apt-get install unity-tweak-tool
Open the application, and from the icons choose General
under the Window Manager
section.
Once you click General, enable the "Desktop magnification" option at the top. And you can change the default keyboard shortcuts of the Zoom In, and Zoom Out functionalities.
As seen in the next screen-shot, I have the Zoom In set to Ctrl+Super+Z and the Zoom Out set to Ctrl+Shift+Super+Z
Personally, I prefer including the Super key to all system wide shortcuts so it won't interfere with a certain application's shortcut.
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
add a comment |
Unity (until Ubuntu 17.04)
CompizConfig Settings Manager
- Open CompizConfig Settings Manager.
- Go to Accessibility / Enhanced Zoom Desktop.
Click on the "Disabled" titled Button of Zoom in, click on enable, grab key combination and press ctrl+f7. Do the same for Zoom out, and you are set.
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
add a comment |
Gnome Shell / Ubuntu 17.10+
With Gnome shell instead of Compiz as Window Manager (wmctrl -m
):
Super+Alt+8: Toggle zoom enabled/disabled
Super+Alt++/-: For zooming in/out. Numpad +/- won't work. If + doesn't work try 0. Source.
You can change the shortcuts on Settings > Devices > Keyboard and zoom options on Settings > Universal access settings > Zoom:
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
add a comment |
CtlShift- to reduce
CtlShift+ to increase
I found you also need the + from numerical keypad not the one next to the backspace button
add a comment |
It is worked for me.
CTRL + + will Zoom In.
CTRL + - will Zoom Out.
Thank you.
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
add a comment |
See, Most of the time we fail to use Page Up & Page Down.
So i have Use Page Up for Zooming
and Page Down for Zoomin-out .. try this one
It will effect the daily activity keys
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
add a comment |
In Xubuntu VMs you could also do:
FN + ALT + Mouse Zoom
add a comment |
I found that ctrl and the + sign from the num pad works for zoom, and the same thing but the minus sign from the num pad zooms out. I am on ubuntu 18.04, hope this helps you
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f82398%2fhow-to-zoom-in-zoom-out%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unity (until Ubuntu 17.04)
Unity Tweak Tool
Other than the Compizconfig Settings Manager, a new configuration tool is now available called Unity Tweak Tool.
Open Dash (by tapping on Super) and type "Unity Tweak Tool".
If it is not available, you can install it from the software center (Unity Tweak Tool ), or you can install it from the terminal with:
sudo apt-get install unity-tweak-tool
Open the application, and from the icons choose General
under the Window Manager
section.
Once you click General, enable the "Desktop magnification" option at the top. And you can change the default keyboard shortcuts of the Zoom In, and Zoom Out functionalities.
As seen in the next screen-shot, I have the Zoom In set to Ctrl+Super+Z and the Zoom Out set to Ctrl+Shift+Super+Z
Personally, I prefer including the Super key to all system wide shortcuts so it won't interfere with a certain application's shortcut.
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
add a comment |
Unity (until Ubuntu 17.04)
Unity Tweak Tool
Other than the Compizconfig Settings Manager, a new configuration tool is now available called Unity Tweak Tool.
Open Dash (by tapping on Super) and type "Unity Tweak Tool".
If it is not available, you can install it from the software center (Unity Tweak Tool ), or you can install it from the terminal with:
sudo apt-get install unity-tweak-tool
Open the application, and from the icons choose General
under the Window Manager
section.
Once you click General, enable the "Desktop magnification" option at the top. And you can change the default keyboard shortcuts of the Zoom In, and Zoom Out functionalities.
As seen in the next screen-shot, I have the Zoom In set to Ctrl+Super+Z and the Zoom Out set to Ctrl+Shift+Super+Z
Personally, I prefer including the Super key to all system wide shortcuts so it won't interfere with a certain application's shortcut.
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
add a comment |
Unity (until Ubuntu 17.04)
Unity Tweak Tool
Other than the Compizconfig Settings Manager, a new configuration tool is now available called Unity Tweak Tool.
Open Dash (by tapping on Super) and type "Unity Tweak Tool".
If it is not available, you can install it from the software center (Unity Tweak Tool ), or you can install it from the terminal with:
sudo apt-get install unity-tweak-tool
Open the application, and from the icons choose General
under the Window Manager
section.
Once you click General, enable the "Desktop magnification" option at the top. And you can change the default keyboard shortcuts of the Zoom In, and Zoom Out functionalities.
As seen in the next screen-shot, I have the Zoom In set to Ctrl+Super+Z and the Zoom Out set to Ctrl+Shift+Super+Z
Personally, I prefer including the Super key to all system wide shortcuts so it won't interfere with a certain application's shortcut.
Unity (until Ubuntu 17.04)
Unity Tweak Tool
Other than the Compizconfig Settings Manager, a new configuration tool is now available called Unity Tweak Tool.
Open Dash (by tapping on Super) and type "Unity Tweak Tool".
If it is not available, you can install it from the software center (Unity Tweak Tool ), or you can install it from the terminal with:
sudo apt-get install unity-tweak-tool
Open the application, and from the icons choose General
under the Window Manager
section.
Once you click General, enable the "Desktop magnification" option at the top. And you can change the default keyboard shortcuts of the Zoom In, and Zoom Out functionalities.
As seen in the next screen-shot, I have the Zoom In set to Ctrl+Super+Z and the Zoom Out set to Ctrl+Shift+Super+Z
Personally, I prefer including the Super key to all system wide shortcuts so it won't interfere with a certain application's shortcut.
edited 14 mins ago
Pablo Bianchi
3,05521536
3,05521536
answered Jun 3 '14 at 18:27
DanDan
7,21034673
7,21034673
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
add a comment |
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Weirdly, Unity Tweak doesn't work for me. I can enable "Desktop Magnification" and set the shortcut, but the shortcut doesn't work. After closing and reopening Unity Tweak, the option is disabled again.
– 6005
Apr 7 '17 at 7:00
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
Okay, so after finally finding this thread I just restarted my computer, and it works now.
– 6005
Apr 7 '17 at 7:28
add a comment |
Unity (until Ubuntu 17.04)
CompizConfig Settings Manager
- Open CompizConfig Settings Manager.
- Go to Accessibility / Enhanced Zoom Desktop.
Click on the "Disabled" titled Button of Zoom in, click on enable, grab key combination and press ctrl+f7. Do the same for Zoom out, and you are set.
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
add a comment |
Unity (until Ubuntu 17.04)
CompizConfig Settings Manager
- Open CompizConfig Settings Manager.
- Go to Accessibility / Enhanced Zoom Desktop.
Click on the "Disabled" titled Button of Zoom in, click on enable, grab key combination and press ctrl+f7. Do the same for Zoom out, and you are set.
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
add a comment |
Unity (until Ubuntu 17.04)
CompizConfig Settings Manager
- Open CompizConfig Settings Manager.
- Go to Accessibility / Enhanced Zoom Desktop.
Click on the "Disabled" titled Button of Zoom in, click on enable, grab key combination and press ctrl+f7. Do the same for Zoom out, and you are set.
Unity (until Ubuntu 17.04)
CompizConfig Settings Manager
- Open CompizConfig Settings Manager.
- Go to Accessibility / Enhanced Zoom Desktop.
Click on the "Disabled" titled Button of Zoom in, click on enable, grab key combination and press ctrl+f7. Do the same for Zoom out, and you are set.
edited 15 mins ago
Pablo Bianchi
3,05521536
3,05521536
answered Nov 24 '11 at 18:47
martinmartin
1,5261020
1,5261020
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
add a comment |
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
so the enhanced zoom is disabled by default in Oneiric and PRecise? And does it work fine when enabled?
– MestreLion
May 18 '12 at 19:47
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
Every time I enable it in Compiz, and close out, it is immediately disabled again. In fact, if I click to enable it, and wait a few seconds, it automatically un-checks without explanation.
– 6005
Apr 7 '17 at 7:08
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
There is (at least) this annoying bug when using mirror displays.
– Pablo Bianchi
Apr 3 '18 at 23:14
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
This comment is rather off-topic maybe, but I want to thank you because your answer has helped me to solve my problem. No, not directly, but indirectly, because it inspired me to go deeper in the Zoom Options. Well, in my case, cat walkef over the keyboard, and all the screen was super-zoomed because of that. And it was a persistent problem. Inspired by your answer, I checked the Universal Acccess and saw that the Zoom Options was "on". I set it "off" and everything went back to normal. Damn "furry programmer"! I told my mother not to let the cats on the office! 😓
– Cristiana Nicolae
Oct 25 '18 at 12:55
add a comment |
Gnome Shell / Ubuntu 17.10+
With Gnome shell instead of Compiz as Window Manager (wmctrl -m
):
Super+Alt+8: Toggle zoom enabled/disabled
Super+Alt++/-: For zooming in/out. Numpad +/- won't work. If + doesn't work try 0. Source.
You can change the shortcuts on Settings > Devices > Keyboard and zoom options on Settings > Universal access settings > Zoom:
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
add a comment |
Gnome Shell / Ubuntu 17.10+
With Gnome shell instead of Compiz as Window Manager (wmctrl -m
):
Super+Alt+8: Toggle zoom enabled/disabled
Super+Alt++/-: For zooming in/out. Numpad +/- won't work. If + doesn't work try 0. Source.
You can change the shortcuts on Settings > Devices > Keyboard and zoom options on Settings > Universal access settings > Zoom:
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
add a comment |
Gnome Shell / Ubuntu 17.10+
With Gnome shell instead of Compiz as Window Manager (wmctrl -m
):
Super+Alt+8: Toggle zoom enabled/disabled
Super+Alt++/-: For zooming in/out. Numpad +/- won't work. If + doesn't work try 0. Source.
You can change the shortcuts on Settings > Devices > Keyboard and zoom options on Settings > Universal access settings > Zoom:
Gnome Shell / Ubuntu 17.10+
With Gnome shell instead of Compiz as Window Manager (wmctrl -m
):
Super+Alt+8: Toggle zoom enabled/disabled
Super+Alt++/-: For zooming in/out. Numpad +/- won't work. If + doesn't work try 0. Source.
You can change the shortcuts on Settings > Devices > Keyboard and zoom options on Settings > Universal access settings > Zoom:
edited 3 mins ago
answered Oct 16 '18 at 6:38
Pablo BianchiPablo Bianchi
3,05521536
3,05521536
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
add a comment |
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
1
1
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
Feel free to contacts moderators but keep in mind I'm just following the site rules. Usually bots made this kind of edits. Also I recommend you to read how edits works (peer review, how to make good edits) and also when you should and shouldn't comment (certainly not for threats, so please delete your comment).
– Pablo Bianchi
Jan 27 at 8:39
add a comment |
CtlShift- to reduce
CtlShift+ to increase
I found you also need the + from numerical keypad not the one next to the backspace button
add a comment |
CtlShift- to reduce
CtlShift+ to increase
I found you also need the + from numerical keypad not the one next to the backspace button
add a comment |
CtlShift- to reduce
CtlShift+ to increase
I found you also need the + from numerical keypad not the one next to the backspace button
CtlShift- to reduce
CtlShift+ to increase
I found you also need the + from numerical keypad not the one next to the backspace button
edited Jun 23 '16 at 6:22
Videonauth
24.8k1273102
24.8k1273102
answered Jun 23 '16 at 6:07
MuddMudd
311
311
add a comment |
add a comment |
It is worked for me.
CTRL + + will Zoom In.
CTRL + - will Zoom Out.
Thank you.
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
add a comment |
It is worked for me.
CTRL + + will Zoom In.
CTRL + - will Zoom Out.
Thank you.
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
add a comment |
It is worked for me.
CTRL + + will Zoom In.
CTRL + - will Zoom Out.
Thank you.
It is worked for me.
CTRL + + will Zoom In.
CTRL + - will Zoom Out.
Thank you.
answered May 4 '16 at 5:44
Pratik Butani AndroidDevPratik Butani AndroidDev
130110
130110
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
add a comment |
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
1
1
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
C-+ and C-- are simply passed through to the client window, and many applications, e.g., Google Chrome, interpret it. Hence it "works" in that that one window zooms. But they don't affect the screen-level zoom, where the pixels get magnified (hence the screen appears fuzzy), and moving the mouse pushed around the image.
– Quigi
May 26 '16 at 14:30
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
@Quigi is right -- in particular, I'm looking for a way to zoom in for an application that didn't implement zoom. I think any well-designed application should interpret ctrl+ and ctrl- as zoom, but not all of them dod.
– 6005
Apr 7 '17 at 6:50
add a comment |
See, Most of the time we fail to use Page Up & Page Down.
So i have Use Page Up for Zooming
and Page Down for Zoomin-out .. try this one
It will effect the daily activity keys
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
add a comment |
See, Most of the time we fail to use Page Up & Page Down.
So i have Use Page Up for Zooming
and Page Down for Zoomin-out .. try this one
It will effect the daily activity keys
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
add a comment |
See, Most of the time we fail to use Page Up & Page Down.
So i have Use Page Up for Zooming
and Page Down for Zoomin-out .. try this one
It will effect the daily activity keys
See, Most of the time we fail to use Page Up & Page Down.
So i have Use Page Up for Zooming
and Page Down for Zoomin-out .. try this one
It will effect the daily activity keys
answered Aug 16 '18 at 12:59
user860798user860798
1
1
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
add a comment |
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
1
1
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
The question wasn't so much about what spare buttons can be used but where/how to configure them. Pressing PgUp/PgDn alone won't zoom anything without further configuration.
– PerlDuck
Aug 16 '18 at 13:05
add a comment |
In Xubuntu VMs you could also do:
FN + ALT + Mouse Zoom
add a comment |
In Xubuntu VMs you could also do:
FN + ALT + Mouse Zoom
add a comment |
In Xubuntu VMs you could also do:
FN + ALT + Mouse Zoom
In Xubuntu VMs you could also do:
FN + ALT + Mouse Zoom
edited Dec 17 '18 at 5:08
NIMISHAN
89731119
89731119
answered Dec 16 '18 at 23:11
user904812user904812
1
1
add a comment |
add a comment |
I found that ctrl and the + sign from the num pad works for zoom, and the same thing but the minus sign from the num pad zooms out. I am on ubuntu 18.04, hope this helps you
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
add a comment |
I found that ctrl and the + sign from the num pad works for zoom, and the same thing but the minus sign from the num pad zooms out. I am on ubuntu 18.04, hope this helps you
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
add a comment |
I found that ctrl and the + sign from the num pad works for zoom, and the same thing but the minus sign from the num pad zooms out. I am on ubuntu 18.04, hope this helps you
I found that ctrl and the + sign from the num pad works for zoom, and the same thing but the minus sign from the num pad zooms out. I am on ubuntu 18.04, hope this helps you
answered Feb 14 at 21:00
EsasiasEsasias
1
1
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
add a comment |
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
This only apply to web browsers.
– Pablo Bianchi
12 mins ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f82398%2fhow-to-zoom-in-zoom-out%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Accidentally I pressed Super+D and magnifier feature start in my ubuntu 13.04 . For zoom in only. I don't know for zoom out.
– Akatsuki
Apr 17 '14 at 7:12
2
Possible duplicate of Default screen magnifier?
– Pablo Bianchi
Dec 19 '18 at 2:51