If you’ve ever wondered how many Desktops you can have on macOS, the answer, based on my 10 second test is 16. I do, however, have two apps in fullscreen mode (OmniFocus and Music.app).
I wonder if this is per screen. If any of you has an external monitor, please test and let me know!
Fun fact: you cant do “⌘⇪3” (Command+Shift+3) to capture the screen if you’re in Mission Control, instead I ran the following inside a terminal.
sleep 5 && screencapture /tmp/foo.png
If you like to nerd out on Unix-y stuff, here’s a screenshot from the manual page of screencapture(1)
.
Better documentation is needed, indeed.
That’s all folks…