'How to unzoom Chrome-* console
I've a little problem with chromium 19.0.1058.0 (124615). I've been in the console on the "new tab" tab. Then i wrote a function in the console, then i typed "}" (with alt-gr). It zoomed my console.
What can i do ?
Solution 1:[1]
I have the same problem when typing ] with AltGr++ key the console interprets as zoom in. (More info on AltGr key here)
To zoom out try pushing AltGr+- or Ctrl+-.
To type } try its Ascii code, which is 125: AltGr+125
Solution 2:[2]
On Mac with a keyboard layout where you cannot do shift++ (since you need shift to do a +, like on the French keyboard layout) you have to "Undock into seperate window", and only then can use Command+0, Command++ or Command+- like you would in a normal window.
Solution 3:[3]
Reset chrome zoom to default inside console/devtools:
MAC version: command(?) + 0
WINDOWS version: ctrl + 0
Type of keyboard might influence the result. In this case, just go to your machine's settings and set temporarily US keyboard.
Solution 4:[4]
https://developer.chrome.com/devtools/docs/shortcuts

- Click inside the dev console, this puts it in focus.
- Press the key combination specific to your operating system. 'Ctrl' & '-' to Zoom out on Windows/Linux
Solution 5:[5]
Updating the answer from the newest Chrome dev tools hotkey's documentation:
Found at: https://developer.chrome.com/devtools/docs/shortcuts
Solution 6:[6]
if that doesnt work, try clicking ctrl + alt and scroll with the mouse or touchpad scroller up or down to change zoom level
Solution 7:[7]
At least with my french keyboard, unlike documented within chrome, one should use
- ctrl+= and
- ctrl+0
to zoom and unzoom
instead of ctrl++ ctrl+-
Solution 8:[8]
Sometimes on a japanese keyboard to zoom in you may need CMD + ^ instead
Solution 9:[9]
I had the same problem and the solutions suggested above didn't work for me. To fix the issue, I had to (I am on a mac):
- Close Chrome
- Navigate to ~/Library/Application\ Support/Google/Chrome/Default
- Open the Preferences file
- Locate the
devtoolskey and switch its zoom level to 0.
Hope that helps!
Solution 10:[10]
I am using brave (a chrome based browser). None of the shortcut above worked for me. To reset the zoom, I clicked on "Run command"
Then I searched for the "Reset zoom level" command.
Solution 11:[11]
For anyone struggling with this on Mac (tested on Mac 10.14.6 aka Mojave)
Go to System Preferences -> Keyboard -> Enable Show keyboard and emoji viewers in menu bar
This will show a new icon in the menu bar, open the Keyboard Viewer. Now press CMD + 0 (on the number pad):
Solution 12:[12]
On my laptop (azerty keyboard) with my version of Chrome (with Ubuntu), only Ctrl+Fn+0 seems to work to reset to default zoom (using the light-blue 0 associated with, ?)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow





