Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm: How does one exit full screen?

First of all I'm a heavy user of Ctrl + Shift + A.

I've entered Full Screen mode on PhpStorm on Ubuntu. When I tried to exit I've typed "Full Screen" and an option called View: Toggle Full Screen mode. Once I pressed enter nothing happened.

Workaround:

I've enter in Presentation Mode and then exited Presentation Mode which took me back to the original state.

Any ideas or is this a bug?

like image 334
Mihai Vinaga Avatar asked Mar 16 '23 20:03

Mihai Vinaga


1 Answers

  1. You can assign custom shortcut to the Toggle Full Screen mode action at Settings | Appearance & Behaviour | Keymap -- that definitely works.

  2. Use Search Everywhere (Shift 2 times) instead of Find Action... -- it works there for sure.

  3. In full screen mode app menu is hidden, but still should be available if you move cursor over the edge of the screen. At least it works like that here on Windows 7.

  4. Accordingly to IDEA-113344 there should be a button next to the clock when in Full Screen mode (it is here on Windows -- the bar with menu that appears when you hover your mouse over the screen's top edge).


It is indeed does not work via Find Action... tool.

like image 155
LazyOne Avatar answered Mar 19 '23 10:03

LazyOne