Re: Can AS change the system beep?
Re: Can AS change the system beep?
- Subject: Re: Can AS change the system beep?
- From: email@hidden (Randal L. Schwartz)
- Date: Thu, 14 Jun 2007 13:46:15 -0700
>>>>> "Luther" == Luther Fuller <email@hidden> writes:
Luther> When I enter 'defaults domains' in Terminal, the domains list does NOT
Luther> include "com.apple.sound...", but when I enter ...
Luther> defaults -currentHost read | grep com.apple.sound.beep
Luther> I DO get what appears to be correct results ...
Luther> "com.apple.sound.beep.enabled" = 1;
Luther> "com.apple.sound.beep.sound" = "/System/Library/Sounds/ Glass.aiff";
Luther> "com.apple.sound.beep.volume" = 0.9972414;
It's an element of "Apple Global Domain", so
defaults -currentHost read "Apple Global Domain" com.apple.sound.beep.sound
reads it and
defaults -currentHost write "Apple Global Domain" com.apple.sound.beep.sound /System/Library/Sounds/Bottle.aiff
in fact changed my beep sound to Bottle. No need for grepping.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<email@hidden> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
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