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:
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 2:
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 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:
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