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
I noticed the issue as well, but I think it's not in our powers, for now, there is a bug/problem in Electron for this: electron/electron#6731. It seems solved, but I think this seems to still be an issue or we should differently configure/customize the menus.
So the key combination ctrl+shift++ actually gives a Javascript keycode for ctrl++, but ctrl++ actually gives a key combination for ctrl+=.
I think it also depends on keyboard layout and chosen keyboard language in your OS settings, for my keyboard it is the same as yours (i.e. ctrl+shift++ gives key '+', and ctrl++ gives key '=').
You can check which keycode is actually triggered on this site: https://keycode.info/
Current behavior
Using shortcut Ctrl + + to zoom in doesn't work, but Ctrl + Shift + + does.
Expected behavior
Zoom in with Ctrl + + works as it says:
Steps to reproduce
Zoom in with Ctrl + +
Environment
Desktop/Web
The text was updated successfully, but these errors were encountered: