Re: Script Spaces
Re: Script Spaces
- Subject: Re: Script Spaces
- From: Robert Poland <email@hidden>
- Date: Tue, 21 Apr 2009 07:28:31 -0600
Thanks Steve.
It seems to work.
Questions:
What's the secret to identifying the App that is targeted? I can't seem to get other than "Unknown".
It appears that there is no dictionary for expose preferences, any help here.
On Apr 21, 2009, at 3:40 AM, Steve Thompson wrote: On 20 Apr 2009, at 21:53, Robert Poland wrote: I would like to be able to place certain programs in certain Spaces. Is that possible? This is a script I use... tell application "System Events" tell spaces preferences of expose preferences set spaces enabled to true set spaces columns to 3 set spaces rows to 3 set app_layout to application bindings set app_layout to app_layout & {|com.apple.mail|:2} -- for example mail in space 2 set app_layout to app_layout & {|info.colloquy|:4} -- and Colloquy in space 4 set application bindings to app_layout
end tell end tell
Steve -------------------------- Steve Thompson
Bob Poland - Fort Collins, CO
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden