jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.7k stars 355 forks source link

Zoom with CTRL+= (equals) no longer works #550

Open krassowski opened 1 year ago

krassowski commented 1 year ago

The browsers and editors I know that support zoom out with ctrl + - and zoom in with ctrl + + also support ctrl + = for zoom in. Electron does not define a shortcut for the latter. The workaround is to define it manually as suggested in https://github.com/electron/electron/issues/15496.

We had a shortcut for this but it was removed in f72e0a563e100b6520fdd13d9b3fc3a707241abe. Maybe it could be restored if it does not have side effects.

mbektas commented 11 months ago

@krassowski is this still an issue?

krassowski commented 11 months ago

Yes.

mbektas commented 10 months ago

this is working fine for me on Mac with Cmd + - and Cmd + =

kburchfiel commented 6 months ago

On Ubuntu, Ctrl + = doesn't appear to have any effect (though Ctrl + + does work).

on46zohu commented 4 months ago

Hi. I have been using JupyterLab Desktop for a few days (Windows). Only Ctrl - works for me. Any suggestions?

on46zohu commented 4 months ago

Just noticed that Ctrl Shift + works for "zoom-in", so never mind and thanks!