<?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: Keystrokes for jQuery</title>
	<atom:link href="http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/</link>
	<description>The dabbling of various web technologies by Jordan Boesch</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:34:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jordan</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1221</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1221</guid>
		<description>@bobmoff: Not sure what you mean.  You can do [&#039;ctrl&#039;, &#039;z&#039;] if you don&#039;t want combo keys and instead want just a sequence.</description>
		<content:encoded><![CDATA[<p>@bobmoff: Not sure what you mean.  You can do ['ctrl', 'z'] if you don&#8217;t want combo keys and instead want just a sequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobmoff</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1220</link>
		<dc:creator>bobmoff</dc:creator>
		<pubDate>Fri, 09 Jul 2010 12:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1220</guid>
		<description>I wanted to use this as a CTRL+Z (Undo command) but as soon as the event is triggered i cannot keep pressing Z without releasing CTRL.

It only handles sequences ?</description>
		<content:encoded><![CDATA[<p>I wanted to use this as a CTRL+Z (Undo command) but as soon as the event is triggered i cannot keep pressing Z without releasing CTRL.</p>
<p>It only handles sequences ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iztok</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1219</link>
		<dc:creator>Iztok</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1219</guid>
		<description>Could global.captureInputFields be re-added in the next version (with default value false)? There are times when it is useful.

Or even better, captureInputFields could be an option for bind, like this:

$(document).bind(&#039;keystrokes&#039;, { keys: [&#039;ctrl+s&#039;], captureInputFields: true }, ....)

Now I have to do complcated workarounds for global hotkeys, like

$(document).add(&#039;input[type=text]&#039;).bind(&#039;keystrokes&#039;, { keys: [&#039;ctrl+s&#039;] }, ....)

(I never know when i missed some element types.)</description>
		<content:encoded><![CDATA[<p>Could global.captureInputFields be re-added in the next version (with default value false)? There are times when it is useful.</p>
<p>Or even better, captureInputFields could be an option for bind, like this:</p>
<p>$(document).bind(&#8216;keystrokes&#8217;, { keys: ['ctrl+s'], captureInputFields: true }, &#8230;.)</p>
<p>Now I have to do complcated workarounds for global hotkeys, like</p>
<p>$(document).add(&#8216;input[type=text]&#8216;).bind(&#8216;keystrokes&#8217;, { keys: ['ctrl+s'] }, &#8230;.)</p>
<p>(I never know when i missed some element types.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francesco</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1168</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Tue, 18 May 2010 20:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1168</guid>
		<description>great script!!!

btu what happen if you type

keys: [1, 5],
keys: [5],
keys: [1, 5, 5],

how the script knows to wait until the sequence is done?</description>
		<content:encoded><![CDATA[<p>great script!!!</p>
<p>btu what happen if you type</p>
<p>keys: [1, 5],<br />
keys: [5],<br />
keys: [1, 5, 5],</p>
<p>how the script knows to wait until the sequence is done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buzzknow</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1080</link>
		<dc:creator>buzzknow</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1080</guid>
		<description>great script!!!

this jquery keystrokes is really usefull

thanks  Jordan :)

regards</description>
		<content:encoded><![CDATA[<p>great script!!!</p>
<p>this jquery keystrokes is really usefull</p>
<p>thanks  Jordan <img src='http://boedesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1076</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1076</guid>
		<description>UPDATE!  Keystrokes is now compatible with jQuery 1.4.2.  If you have an old version of jQuery, you&#039;ll have to upgrade (won&#039;t work with 1.4.1).  The jump from jQuery 1.4.1 to 1.4.2 was small so I imagine people can upgrade.</description>
		<content:encoded><![CDATA[<p>UPDATE!  Keystrokes is now compatible with jQuery 1.4.2.  If you have an old version of jQuery, you&#8217;ll have to upgrade (won&#8217;t work with 1.4.1).  The jump from jQuery 1.4.1 to 1.4.2 was small so I imagine people can upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1075</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1075</guid>
		<description>@Tarkh: You&#039;re right.  It breaks in jQuery 1.4.2 cause they made some changes to the special event API.  I&#039;m in the process of fixing it (will post update) but until then you&#039;ll have to use it with versions earlier than 1.4.2.</description>
		<content:encoded><![CDATA[<p>@Tarkh: You&#8217;re right.  It breaks in jQuery 1.4.2 cause they made some changes to the special event API.  I&#8217;m in the process of fixing it (will post update) but until then you&#8217;ll have to use it with versions earlier than 1.4.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarkh</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1073</link>
		<dc:creator>Tarkh</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1073</guid>
		<description>Jordan Boesch: yup, sorry, missed that part of article..)) Thnx for this cool plugin!
1 more question: JQuery 1.4.2 fires error (missing namespace) - is that plugin or Jquery 1.4.2 bug?</description>
		<content:encoded><![CDATA[<p>Jordan Boesch: yup, sorry, missed that part of article..)) Thnx for this cool plugin!<br />
1 more question: JQuery 1.4.2 fires error (missing namespace) &#8211; is that plugin or Jquery 1.4.2 bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1070</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1070</guid>
		<description>@Tarkh: This was done by default in the code, as most will probably not want to capture keys while they&#039;re typing in a field.  But, you can enable it by adding
&lt;code&gt;
$.event.special.keystrokes.global.captureInputFields = true;
&lt;/code&gt;
before you bind any keystroke events.</description>
		<content:encoded><![CDATA[<p>@Tarkh: This was done by default in the code, as most will probably not want to capture keys while they&#8217;re typing in a field.  But, you can enable it by adding<br />
<code><br />
$.event.special.keystrokes.global.captureInputFields = true;<br />
</code><br />
before you bind any keystroke events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarkh</title>
		<link>http://boedesign.com/blog/2009/12/30/keystrokes-for-jquery/#comment-1067</link>
		<dc:creator>Tarkh</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=493#comment-1067</guid>
		<description>Hi! Nice plugin.
However got some problems in JQuery 1.4.2
+ some bug found - if you focused in any input, plugin stops working ((</description>
		<content:encoded><![CDATA[<p>Hi! Nice plugin.<br />
However got some problems in JQuery 1.4.2<br />
+ some bug found &#8211; if you focused in any input, plugin stops working ((</p>
]]></content:encoded>
	</item>
</channel>
</rss>
