Re: Turning Expose on and off
Re: Turning Expose on and off
- Subject: Re: Turning Expose on and off
- From: Chris Garaffa <email@hidden>
- Date: Thu, 6 Nov 2003 13:31:14 -0500
On Nov 6, 2003, at 12:09 PM, Irwin Poche wrote:
Todd,
I'm wondering the same thing. Have you been able to script Expose?
Based on the recent Expose hacks floating around the web, I took a look
at what exactly they modify. It seems that Expose's preferences are
kept in the Dock's preferences file (com.apple.Dock) and can therefore
be modified by the defaults command.
The ones that look promising for disabling Expose are:
wvous-bl-corner
wvous-br-corner
wvous-tl-corner
wvous-tr-corner
(b = bottom, t = top, l = left, r = right)
After a quick test in the Terminal, this:
defaults write com.apple.Desktop wvous-bl-corner 0; killall Dock
seemed to turn off Expose's effect on the bottom left corner of the
screen. So you could just wrap that up in "do shell script".
--
Chris Garaffa
email@hidden
-Irwin
On Oct 28, 2003, at 10:43 AM, Todd Geist wrote:
Hello,
Does anybody know if is is possible to turn Expose on and and off via
Applescript.
Thanks
Todd
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.