You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a German keyboard, the + key is currently mapped to 'Show all' instead of 'Zoom in'. On this keyboard, it delivers the keyCode 93, which corresponds to ] on a US keyboard. Similarily, the - key does not work for 'Zoom Out', because on a German keyboard it delivers keyCode 47, the same as the slash on US keyboards. The Numpad + and - keys are ok.