OSX Lion AppleScript : How to get current space # from mission control?
I’m trying to figure this out myself. Not there yet, but in the right direction: Each Mission Control “space” gets a uuid assigned to it… …except for the very first one (AFAIK), and the Dashboard one. You can read them here: $ defaults read com.apple.spaces $ defaults read com.apple.desktop File locations: ~/Library/Preferences/com.apple.spaces.plist ~/Library/Preferences/com.apple.desktop.plist Here’s mine. … Read more