The Computer Oracle

Break free of a fullscreen app on Mac OS X

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Dreamlands

--

Chapters
00:00 Break Free Of A Fullscreen App On Mac Os X
00:28 Accepted Answer Score 22
01:11 Answer 2 Score 13
01:30 Answer 3 Score 4
02:07 Answer 4 Score 1
02:23 Answer 5 Score 1
02:42 Thank you

--

Full question
https://superuser.com/questions/152358/b...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #keyboardshortcuts #fullscreen

#avk47



ACCEPTED ANSWER

Score 22


  1. First, try hitting esc. That'll make well behaved programs such as DVD Player or VLC exit Full Screen Mode.

  2. No luck there, try command+tab and see if you can cycle to another open program or the Finder. ( OP tried this, but just adding for completion's sake )

  3. Then try option+command+esc next, to try and Force Quit the application.

  4. If none of that works...you could try to ssh into the machine and kill the offending process via Terminal..

  5. That'd be all I try before rebooting the Mac...




ANSWER 2

Score 13


Shift+Option+Command+Escape, when held down for three seconds, should force-kill the active application in Mac OS X, similar to ending an unresponsive task in windows.




ANSWER 3

Score 4


To exit Mac OS X Mountain Lion application full screen mode:

  1. Move cursor to top of screen to display the main menu
  2. Click the blue icon now on the far right of the menu:

In OS X 8.2, an app in full screen mode will display the now hidden application menu by moving the cursor to the top of the screen. At the far right of the menu appears a blue background arrows version of the "full screen" icon (with the diagonal arrows) that you used to initiate the app to full screen mode. Select that to toggle out of full screen mode.




ANSWER 4

Score 1


cmd+alt+esc then Force Quit the offending application.

Sometimes cmd+enter will put it in “window mode”.




ANSWER 5

Score 1


In Xcode, you exit fullscreen mode by holding the cursor at the top of the screen. This makes the menubar appear, allowing you to toggle the fullscreen button. (confirmed in Xcode 5.1)