<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mute system volume with Apple Script and Quicksilver</title>
	<atom:link href="http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/feed/" rel="self" type="application/rss+xml" />
	<link>http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/</link>
	<description>Personal Productivity and Mac OS X</description>
	<lastBuildDate>Thu, 06 Oct 2011 16:30:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Developing an On-the-Phone AppleScript &#124; GFMorris.org</title>
		<link>http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/comment-page-1/#comment-3603</link>
		<dc:creator>Developing an On-the-Phone AppleScript &#124; GFMorris.org</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/#comment-3603</guid>
		<description>[...] first step was to use Leaf Raker&#8217;s suggestion for how to mute the system volume with AppleScript. The approach there works fine; the only issue is going to be that the system volume returns to 50 [...]</description>
		<content:encoded><![CDATA[<p>[...] first step was to use Leaf Raker&#8217;s suggestion for how to mute the system volume with AppleScript. The approach there works fine; the only issue is going to be that the system volume returns to 50 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampler</title>
		<link>http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/comment-page-1/#comment-2146</link>
		<dc:creator>sampler</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/#comment-2146</guid>
		<description>Here&#039;s a version that leaves the volume where it was before it was muted.

(* Mute/Unute
*)
set _muted to (get (output muted of (get volume settings)))
if _muted is false then
	set volume with output muted
else
	set volume without output muted
end if</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a version that leaves the volume where it was before it was muted.</p>
<p>(* Mute/Unute<br />
*)<br />
set _muted to (get (output muted of (get volume settings)))<br />
if _muted is false then<br />
	set volume with output muted<br />
else<br />
	set volume without output muted<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampler</title>
		<link>http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/comment-page-1/#comment-2145</link>
		<dc:creator>sampler</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/#comment-2145</guid>
		<description>The current script raises the volume to 93 no matter what it was before muting. Here&#039;s a version that leaves the volume where it was:


set _muted to (get (output muted of (get volume settings)))
if _muted is false then
	set volume with output muted
else
	set volume without output muted
end if</description>
		<content:encoded><![CDATA[<p>The current script raises the volume to 93 no matter what it was before muting. Here&#8217;s a version that leaves the volume where it was:</p>
<p>set _muted to (get (output muted of (get volume settings)))<br />
if _muted is false then<br />
	set volume with output muted<br />
else<br />
	set volume without output muted<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metaly</title>
		<link>http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/comment-page-1/#comment-90</link>
		<dc:creator>metaly</dc:creator>
		<pubDate>Sun, 03 Aug 2008 08:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/#comment-90</guid>
		<description>Thanks for this quick script. I just got a new keyboard and the default function keys were driving me crazy. I&#039;m surprised that there wasn&#039;t a convenient mute/unmute option in Apple&#039;s own Keyboard Shortcuts system preferences, or at least one that&#039;s easy to find.</description>
		<content:encoded><![CDATA[<p>Thanks for this quick script. I just got a new keyboard and the default function keys were driving me crazy. I&#8217;m surprised that there wasn&#8217;t a convenient mute/unmute option in Apple&#8217;s own Keyboard Shortcuts system preferences, or at least one that&#8217;s easy to find.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

