Questions tagged [mission-control]

For OS X Lion Apple took Expose, Dashboard and Spaces and rolled them all together into one feature called Mission Control.

Using a trackpad gesture or a keyboard shortcut, Mission Control presents you with a bird's eye view of your running applications. Arranged in a row along the top of the screen are all your open spaces. Hovering the mouse cursor in the top right corner causes a large plus sign to appear, click the plus sign to add a new space.

In the centre of the screen miniature windows of all running apps are displayed. They can be dragged to a new space, temporarily zoomed by hovering the mouse over and pressing the space bar or selected and brought to the front by clicking.

Depending on your preferences the left most space is designated for the widget Dashboard. Again, a simple trackpad gesture or keyboard shortcut will move left or right to the next available space.

OS X Lion Mission Control

25 questions
1
vote
2 answers

How Programatically Change Spaces Sequence?

In the Picture above Mission Control is Launched, and we can see the Space Sequence: [Mesa 1, Safari, Xcode, Discord, Mesa 2] How can is possible change this sequence using Swift or Objective-C?
a_kira
  • 195
  • 10
1
vote
1 answer

Osascript/Applescript: Uncheck "Displays have separate Spaces"

Standard Configuration of Mojave 10.14 in Mission Control is, that "Displays use separate spaces" is checked. I want it unchecked... Is there a way to do this with applescript/osascript? This is what i tried but its not clicking on the checkbox.. if…
samecat
  • 335
  • 1
  • 11
1
vote
0 answers

Status bar app popover always on top when mission control is launched OSX

I'm working on a status bar app for OSX and I'm trying to replicate the behaviour of the popover that Dropbox uses, so far I've managed to get all of the desired behaviour working except for the fact that when I open mission control the popover…
0
votes
0 answers

Applescript click on window title bar

I am trying to write an applescript for macOS Monterey that moves a window to a different workspace via a keyboard shortcut. To move a window I would need to simulate clicking on that window's title bar and then activate the Mission Control shortcut…
EuxhenH
  • 161
  • 1
  • 4
0
votes
0 answers

Unselect Window on Mission Control with Swift

This is an Example of Selected Mission Control Window. Safari is Selected And this is an example of no windows selected on mission control How it's possible unselect this window? Using Swift/Obj-C/Applescript or whatever. But without changing the…
a_kira
  • 195
  • 10
0
votes
2 answers

How to simulate ctrl+up in Mac OSX?

I'm trying to simulate keyboard input Ctrl + Up to open the mission control, and referenced the code here: https://stackoverflow.com/a/10745616/8556692 #import int main(int argc, const char * argv[]) { @autoreleasepool { …
0
votes
1 answer

Move left or right a space programmatically OSX

my OSX application targets to switch spaces with mouse gestures. I wanted to switch spaces with moving mouse to right or left while middle mouse button is pressed. I already caught mouse gestures that i wanted but i could not switch spaces…
Can ÖZGEN
  • 238
  • 3
  • 8
0
votes
2 answers

Mac/Cocoa: how to determine if a window's screen has menubar and Dock?

Something apparently went wrong with my 1st attempt to ask the question below: I'm trying to write a legacy fullscreen toggling function that should put a window in or out of fullscreen mode on its current screen (monitor) while leaving the contents…
RJVB
  • 698
  • 8
  • 18
0
votes
4 answers

Applescript keystroke not behaving as expected

I'm experimenting with Applescript for the first time, and am trying to build a script to setup my default layout of applications for developing at work. This involves placing applications across multiple Mission Control spaces. My problem at hand…
Brad Rice
  • 1,334
  • 2
  • 17
  • 36
0
votes
1 answer

NSStatusBar App - Window always on top (ignore hot corners)

I'm trying to replicate a behavior found in Evernote's NSStatusBar icon (see image). I have my top left corner - hot corner set to show desktop. This moves all windows away except the evernote menu. How do they accomplish this? I've tried all of…
Kyle Parisi
  • 1,316
  • 1
  • 11
  • 14
1
2