5
I'm using Google Chrome 57 (beta) and since some time I experience issues with the dev console.
When trying to insert square brackets into the console, instead of inserting the character the console switches tabs.
- When entering [ (AltGr + 8), the dev console switches to the tab on the left.
- When entering ] (AltGr + 9), the dev console switches to the tab on the right.
This behaviour made the dev console totally useles for me. Everytime I want to insert something like var x = []
, I need to copy & paste the brackets from somewhere else - or, in my case, use another browser instead.
Is this a known issue and are there any solutions for this? What is causing this problem?
Ctrl + [
andCtrl + ]
are the shortcuts forGo to the panel left/right
,AltGr + 8
andAltGr + 9
are the key combinations for[
and]
andAltGr
is pretty much the same asCtrl + Alt
. So nothing to worry about, everything works as expected. Same behavior on final Chrome 57. – Robert – 2017-03-15T20:46:14.7302@Robert this is just plain wrong. Even if it was "expected" behaviour, it would still be even more expected that javascript code can be entered into the console on international keyboards. But it is definitely not expected behaviour because the Alt key is pressed which changes the shortcut. Try Ctrl + Alt + A on a text. This does not select all. – Felix Dombek – 2017-03-15T20:51:19.550