<?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: Quickeys</title>
	<atom:link href="http://otherside.mimijidi.com/entries/quickeys/feed/" rel="self" type="application/rss+xml" />
	<link>http://otherside.mimijidi.com/entries/quickeys/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Apr 2011 02:14:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Zhen Sun</title>
		<link>http://otherside.mimijidi.com/entries/quickeys/comment-page-1/#comment-196</link>
		<dc:creator>Zhen Sun</dc:creator>
		<pubDate>Tue, 11 May 2010 14:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://otherside.mimijidi.com/?p=203#comment-196</guid>
		<description>&lt;p&gt;Hi Shuhuan,&lt;/p&gt;

&lt;p&gt;替换 cmd +d 为 Bookmark To Yojimbo:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;下载 &lt;a href=&quot;http://shawnblanc.net/2009/10/safari-yojimbo/&quot; rel=&quot;nofollow&quot;&gt;Shawn Blanc 的 applescript&lt;/a&gt;。&lt;/li&gt;
&lt;li&gt;在 Quickeys 或者 Keyboard Maestro 里新建一个 action，仅在 Safari 里有效，快捷键为 &lt;code&gt;cmd +d&lt;/code&gt;（Quickeys 或者 Keyboard Maestro 会比 Safari 先截获这个 hotkey）。&lt;/li&gt;
&lt;li&gt;在这个 action 里添加“run applescript text”，运行刚才下载的 applescript。&lt;a href=&quot;http://www.mimijidi.com/misc/Screen%20shot%202010-05-11%20at%2010.29.32%20AM.png&quot; rel=&quot;nofollow&quot;&gt;参考图&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;这样就好了。如果没有安装 Growl，可以把 applescript 里 growl 的部分删掉，否则会报错:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;   tell application &quot;GrowlHelperApp&quot;
        set the allNotificationsList to {&quot;Success Notification&quot;, &quot;Failure Notification&quot;}
        set the enabledNotificationsList to {&quot;Success Notification&quot;, &quot;Failure Notification&quot;}
    register as application ¬
        &quot;Bookmark to Yojimbo Script&quot; all notifications allNotificationsList ¬
        default notifications enabledNotificationsList ¬
        icon of application &quot;Yojimbo&quot;

    notify with name ¬
        &quot;Success Notification&quot; title ¬
        &quot;Bookmark Created&quot; description ¬
        &quot;&quot; &amp; _page_title &amp; &quot;&quot; application name &quot;Bookmark to Yojimbo Script&quot;
end tell`
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;这类软件会一直占用一些 cpu，不过也只是 1% - 4% 那样吧，我觉得还好。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Shuhuan,</p>

<p>替换 cmd +d 为 Bookmark To Yojimbo:</p>

<ol>
<li>下载 <a href="http://shawnblanc.net/2009/10/safari-yojimbo/" rel="nofollow">Shawn Blanc 的 applescript</a>。</li>
<li>在 Quickeys 或者 Keyboard Maestro 里新建一个 action，仅在 Safari 里有效，快捷键为 <code>cmd +d</code>（Quickeys 或者 Keyboard Maestro 会比 Safari 先截获这个 hotkey）。</li>
<li>在这个 action 里添加“run applescript text”，运行刚才下载的 applescript。<a href="http://www.mimijidi.com/misc/Screen%20shot%202010-05-11%20at%2010.29.32%20AM.png" rel="nofollow">参考图</a></li>
</ol>

<p>这样就好了。如果没有安装 Growl，可以把 applescript 里 growl 的部分删掉，否则会报错:</p>

<pre><code>   tell application "GrowlHelperApp"
        set the allNotificationsList to {"Success Notification", "Failure Notification"}
        set the enabledNotificationsList to {"Success Notification", "Failure Notification"}
    register as application ¬
        "Bookmark to Yojimbo Script" all notifications allNotificationsList ¬
        default notifications enabledNotificationsList ¬
        icon of application "Yojimbo"

    notify with name ¬
        "Success Notification" title ¬
        "Bookmark Created" description ¬
        "" &amp; _page_title &amp; "" application name "Bookmark to Yojimbo Script"
end tell`
</code></pre>

<p>这类软件会一直占用一些 cpu，不过也只是 1% &#8211; 4% 那样吧，我觉得还好。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shuhuan</title>
		<link>http://otherside.mimijidi.com/entries/quickeys/comment-page-1/#comment-195</link>
		<dc:creator>shuhuan</dc:creator>
		<pubDate>Tue, 11 May 2010 02:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://otherside.mimijidi.com/?p=203#comment-195</guid>
		<description>&lt;p&gt;能不能再详细解释一下如何替换 cmd+d 为 bookmark to Yojimbo ,我没有琢磨透。&lt;/p&gt;

&lt;p&gt;还有这个软件是不是一直占用cpu呀&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>能不能再详细解释一下如何替换 cmd+d 为 bookmark to Yojimbo ,我没有琢磨透。</p>

<p>还有这个软件是不是一直占用cpu呀</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zhen Sun</title>
		<link>http://otherside.mimijidi.com/entries/quickeys/comment-page-1/#comment-194</link>
		<dc:creator>Zhen Sun</dc:creator>
		<pubDate>Wed, 05 May 2010 13:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://otherside.mimijidi.com/?p=203#comment-194</guid>
		<description>&lt;p&gt;我比较常用的大概是:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;替换 Safari 里的 &lt;code&gt;cmd + d&lt;/code&gt; 为 bookmark to Yojimbo&lt;/li&gt;
&lt;li&gt;&quot;Title Case&quot; 标题每个词首字母大写&lt;/li&gt;
&lt;li&gt;zoom window&lt;/li&gt;
&lt;li&gt;Tile Windows，Quickeys 的功能（Keyboard Maestro 里似乎没有）&lt;/li&gt;
&lt;li&gt;Send NetNewsWire news to Tweetie（这个以前在 Keyboard Maestro 里用，还没有完全转换到 Quickeys 中）&lt;/li&gt;
&lt;li&gt;现在尝试着用 Quickeys 里的 SoftKeys，如上图。&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;SoftKeys 对我来说的好处是各个软件都可以指定一个 F1，加常用的快捷键在里边。比如 Mail 里我有 Archive Mail 和 Send to Yojimbo 两个。&lt;/p&gt;

&lt;p&gt;谨供参考。 :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我比较常用的大概是:</p>

<ol>
<li>替换 Safari 里的 <code>cmd + d</code> 为 bookmark to Yojimbo</li>
<li>&#8220;Title Case&#8221; 标题每个词首字母大写</li>
<li>zoom window</li>
<li>Tile Windows，Quickeys 的功能（Keyboard Maestro 里似乎没有）</li>
<li>Send NetNewsWire news to Tweetie（这个以前在 Keyboard Maestro 里用，还没有完全转换到 Quickeys 中）</li>
<li>现在尝试着用 Quickeys 里的 SoftKeys，如上图。</li>
</ol>

<p>SoftKeys 对我来说的好处是各个软件都可以指定一个 F1，加常用的快捷键在里边。比如 Mail 里我有 Archive Mail 和 Send to Yojimbo 两个。</p>

<p>谨供参考。 :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fireyy</title>
		<link>http://otherside.mimijidi.com/entries/quickeys/comment-page-1/#comment-193</link>
		<dc:creator>fireyy</dc:creator>
		<pubDate>Wed, 05 May 2010 13:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://otherside.mimijidi.com/?p=203#comment-193</guid>
		<description>&lt;p&gt;这类软件我一般都用不太好... 因为我一直想不起来去用... :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这类软件我一般都用不太好&#8230; 因为我一直想不起来去用&#8230; :(</p>]]></content:encoded>
	</item>
</channel>
</rss>

