Fwd: Get list of desktops?
Fwd: Get list of desktops?
- Subject: Fwd: Get list of desktops?
- From: "koenig.yvan" <email@hidden>
- Date: Thu, 18 Jul 2013 19:19:38 +0200
I ran this script under 10.8.4
tell application "System Events" set nbDesktops to count desktop --> 1 repeat with i from 1 to nbDesktops tell desktop i set oldInterval to change interval get change interval --> 1800.0 set change interval to 3600.0 get change interval --> 3600.0 set change interval to oldInterval get change interval --> 1800.0 end tell end repeat end tell
KOENIG Yvan (VALLAURIS, France) jeudi 18 juillet 2013 19:17:25
|
_______________________________________________
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