View Single Post
I'm loving the new scriptability to move to perspectives, e.g.

Code:
tell application "OmniFocus"
	tell default document
		tell front document window
			set perspective name to "waitingfor"
		end tell
	end tell
end tell
Now my question is this: Is there a way to tell the front document window to go to the inbox?