<?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: Swell makes javascript hot key event listeners a breeze&#8230;</title>
	<atom:link href="http://blog.justswell.org/swell-makes-hot-key-listeners-just-a-breeze/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justswell.org/swell-makes-hot-key-listeners-just-a-breeze/</link>
	<description>well-minded javascript library</description>
	<lastBuildDate>Tue, 06 Jul 2010 18:49:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: SleepyCod</title>
		<link>http://blog.justswell.org/swell-makes-hot-key-listeners-just-a-breeze/comment-page-1/#comment-341</link>
		<dc:creator>SleepyCod</dc:creator>
		<pubDate>Tue, 05 Jan 2010 06:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justswell.org/?p=14#comment-341</guid>
		<description>@Cory

Good point, I think it should work like this as well, I&#039;m going to make the change.

We are currently working on the Animation library that is yet to be commited but we have made good progress, keep on looking we appreciate any kind of help or feedback.

;)</description>
		<content:encoded><![CDATA[<p>@Cory</p>
<p>Good point, I think it should work like this as well, I&#8217;m going to make the change.</p>
<p>We are currently working on the Animation library that is yet to be commited but we have made good progress, keep on looking we appreciate any kind of help or feedback.</p>
<p> <img src='http://blog.justswell.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://blog.justswell.org/swell-makes-hot-key-listeners-just-a-breeze/comment-page-1/#comment-340</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 04 Jan 2010 23:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justswell.org/?p=14#comment-340</guid>
		<description>I&#039;m just poking around atm and this post caught my eye.  The ctrl+b shortcut is a pretty cool idea.  I&#039;m wondering why do you need to check to see if the &quot;ctrl&quot; and &quot;b&quot; are pressed before bolding?  Shouldn&#039;t it work like this?

[code]
Swell.Core.Event.addKeyListener(document, &#039;ctrl+b&#039;, function(event, keys) {
 
Swell.Lib.Selection.getCurrent().wrap(&#039;&lt;strong&gt;$1&lt;/strong&gt;&#039;);
 
}, null, null, true);
[/code]

Otherwise you might as well just capture the regular keypress event.

I could be misunderstanding something, I haven&#039;t downloaded swell yet and fooled around with it. I&#039;m definitely on the lookout for something new, though, and that fish is damned sexy ;]</description>
		<content:encoded><![CDATA[<p>I&#8217;m just poking around atm and this post caught my eye.  The ctrl+b shortcut is a pretty cool idea.  I&#8217;m wondering why do you need to check to see if the &#8220;ctrl&#8221; and &#8220;b&#8221; are pressed before bolding?  Shouldn&#8217;t it work like this?</p>
<p>[code]<br />
Swell.Core.Event.addKeyListener(document, 'ctrl+b', function(event, keys) {</p>
<p>Swell.Lib.Selection.getCurrent().wrap('<strong>$1</strong>');</p>
<p>}, null, null, true);<br />
[/code]</p>
<p>Otherwise you might as well just capture the regular keypress event.</p>
<p>I could be misunderstanding something, I haven&#8217;t downloaded swell yet and fooled around with it. I&#8217;m definitely on the lookout for something new, though, and that fish is damned sexy ;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
