<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Auto Mac &#187; Vienna</title>
	<atom:link href="http://automac.wordpress.com/category/vienna/feed/" rel="self" type="application/rss+xml" />
	<link>http://automac.wordpress.com</link>
	<description>Productivity, Automation, Scripting and other Mac goodness!</description>
	<lastBuildDate>Sun, 24 Jun 2007 03:30:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='automac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5040b3e5fcc1eb5a80d20281199a7761?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Auto Mac &#187; Vienna</title>
		<link>http://automac.wordpress.com</link>
	</image>
			<item>
		<title>Vienna Article Filtering</title>
		<link>http://automac.wordpress.com/2007/06/11/vienna-article-filtering/</link>
		<comments>http://automac.wordpress.com/2007/06/11/vienna-article-filtering/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 02:48:02 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/11/vienna-article-filtering/</guid>
		<description><![CDATA[There are a variety of methods to assign key combinations to various application and desktop functions, but my preferred method is Quicksilver triggers.  Download this applescript and assign it a trigger, and you will then be able to use a key combo to cycle thru the 4 filter modes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=5&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.opencommunity.co.uk/vienna2.php" title="Vienna">Vienna</a> is an excellent rss reader, but it&#8217;s not perfect.  One of my biggest complaints is it&#8217;s lack of a hot key to toggle the display filtering of the articles.  There are a variety of methods to assign key combinations to various application and desktop functions, but my preferred method is <a href="http://quicksilver.blacktree.com/" title="Quicksilver">Quicksilver</a> triggers. </p>
<p>Assign this applescript to a trigger, and you will then be able to use a key combo to cycle thru the 4 filter modes: All Articles, Unread Articles, Last Refresh, and Today.  The script cycles thru the 4 modes in order.<br />
<PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;"> tell application &quot;Vienna&quot;<br />
    set x to (get filter by)<br />
    &#8212; set to Unread Articles, if showing All<br />
    if (x = 0) then<br />
        set filter by to 1<br />
    &#8212; set to Last Refresh, if showing Unread Articles<br />
    else if (x = 1) then<br />
        set filter by to 2<br />
    &#8212; set to Today, if showing Last Refresh<br />
    else if (x = 2) then<br />
        set filter by to 3<br />
    &#8212; set to All Articles if showing Today<br />
    else if (x = 3) then<br />
        set filter by to 0<br />
    end if<br />
end tell</CODE><br />
</PRE></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=5&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/11/vienna-article-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
	</channel>
</rss>