

#Minimize app shortcut how to
Now you know how to get out of full screen Mac mode Keep in mind if you need to know how to minimize screen on Mac computers, you can’t do it from full screen.

In the app’s menu, select View, then choose Exit Full Screen from the drop-down menu. I'd almost say remove the whole menu item in Windows, except that it's already there in the production version, so we should probably leave it. While using an app, press Command + Control + F. So I would say that we force electron to not use a keyboard shortcut for the menu item in Windows and leave the shortcut available for Mac (expected behaviour). I looked at how a few other applications handle minimizing in Windows but none of them had a custom, dedicated menu option to minimize the window. We can't reliably disable it without potentially affecting some other keyboard shortcut behaviour already supported, like ignoring ctrl+enter as we do for shift+enter or alt+enter.Īs far as minimizing is concerned, though not a simple ctrl+m, Windows has it's own methods to minimize a window ( alt-space-n & win-down-arrow). If the app is maximized, this minimize shortcut only restores it to its. leave it to act the same as the enter key. To minimize the app you are using, press Windows + Down arrow on your keyboard. I would say that, as you said, we leave ctrl+m as is for sending. I almost thought I had a possible solution, but then the behaviour changed on me for no apparent reason that I could determine. Ya there's unfortunately no simple/clear solution for this that I can find.
