jupyterlab / jupyterlab-desktop

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

Feature request: Menu item for fullscreen #851

Open bluss opened 2 months ago

bluss commented 2 months ago

F11 for full screen works well, when jupyterlab desktop has keyboard focus. (It doesn't work when jupyterlab's content has focus, because there is a default keybinding for F11. It can be removed, but let's assume default configuration.)

Suggestion: Add menu item for toggling full screen. For discoverability and predictable usability. F11 works if I click the menu, then use F11 (to ensure the right thing has keyboard focus).

JasonWeill commented 2 months ago

Related issue in JupyterLab itself: https://github.com/jupyterlab/jupyterlab/issues/8710