Re: Script Spaces
Re: Script Spaces
- Subject: Re: Script Spaces
- From: Steve Thompson <email@hidden>
- Date: Tue, 21 Apr 2009 10:40:24 +0100
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
|
_______________________________________________
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