<?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: Ctrl + Key Combination &#8211; Simple Jquery Plugin</title>
	<atom:link href="http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/</link>
	<description>Ganesh\</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: johnies</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-2/#comment-214518</link>
		<dc:creator>johnies</dc:creator>
		<pubDate>Wed, 18 Jan 2012 21:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-214518</guid>
		<description>Thanks a lot for the plugin. I had some issues though. While the event is captured every time the user presses the combination, sometimes (not sure when) the default behavior of the browser is not prevented. So i added e.preventDefault(); right before return false; and it works every time!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the plugin. I had some issues though. While the event is captured every time the user presses the combination, sometimes (not sure when) the default behavior of the browser is not prevented. So i added e.preventDefault(); right before return false; and it works every time!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript by biible - Pearltrees</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-2/#comment-210224</link>
		<dc:creator>Javascript by biible - Pearltrees</dc:creator>
		<pubDate>Mon, 09 Jan 2012 00:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-210224</guid>
		<description>[...] Ctrl + Key Combination – Simple Jquery Plugin &#124; Ganesh But the basic issue (and advantage too) with any plugin is that it is written for a wide range of audience. So, although my requirement was only for a “Ctrl + key” combination, I had to part with my bandwidth for all other features this plugin offered. Like my famous jCarouselLite plugin, I like my javascript code kept to the minimum. So, I decided and wrote a short yet sweet plugin that would solve only the problem I have at hand. Unsurprisingly, the plugin code turned out to be only 195 bytes (minified). Given below is the code for the same… [...]</description>
		<content:encoded><![CDATA[<p>[...] Ctrl + Key Combination – Simple Jquery Plugin | Ganesh But the basic issue (and advantage too) with any plugin is that it is written for a wide range of audience. So, although my requirement was only for a “Ctrl + key” combination, I had to part with my bandwidth for all other features this plugin offered. Like my famous jCarouselLite plugin, I like my javascript code kept to the minimum. So, I decided and wrote a short yet sweet plugin that would solve only the problem I have at hand. Unsurprisingly, the plugin code turned out to be only 195 bytes (minified). Given below is the code for the same… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery tips and plugins by chris.stahl - Pearltrees</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-2/#comment-210223</link>
		<dc:creator>jQuery tips and plugins by chris.stahl - Pearltrees</dc:creator>
		<pubDate>Mon, 09 Jan 2012 00:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-210223</guid>
		<description>[...] Ctrl + Key Combination – Simple Jquery Plugin &#124; Ganesh [...]</description>
		<content:encoded><![CDATA[<p>[...] Ctrl + Key Combination – Simple Jquery Plugin | Ganesh [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardwood stairs</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-2/#comment-202633</link>
		<dc:creator>hardwood stairs</dc:creator>
		<pubDate>Wed, 21 Dec 2011 17:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-202633</guid>
		<description>To add onto the funeral I described previously. I just tested it with jQuery 1.4.3 and it’s deed the same thing.</description>
		<content:encoded><![CDATA[<p>To add onto the funeral I described previously. I just tested it with jQuery 1.4.3 and it’s deed the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skilled worker immigration canada</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-202632</link>
		<dc:creator>skilled worker immigration canada</dc:creator>
		<pubDate>Wed, 21 Dec 2011 17:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-202632</guid>
		<description>You may demand to consider allowing the callback to define whether or not to override the default behavior, otherwise you will disable ctrl key combos that force indispensability to be kept intact ie. ctrl+(c,x,v). I modified you code to include this little snippet.</description>
		<content:encoded><![CDATA[<p>You may demand to consider allowing the callback to define whether or not to override the default behavior, otherwise you will disable ctrl key combos that force indispensability to be kept intact ie. ctrl+(c,x,v). I modified you code to include this little snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-195832</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 07 Dec 2011 04:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-195832</guid>
		<description>This reminds me a bit of Perl... nearly a one-liner-solution. Elegant!</description>
		<content:encoded><![CDATA[<p>This reminds me a bit of Perl&#8230; nearly a one-liner-solution. Elegant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scaret</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-185947</link>
		<dc:creator>scaret</dc:creator>
		<pubDate>Wed, 16 Nov 2011 07:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-185947</guid>
		<description>you&#039;re right.

not only the js-hotkeys program is to heavy, but also it bans some additional functions. I&#039;m a Chinese user and I can&#039;t input chinese with keyboard in the sample.</description>
		<content:encoded><![CDATA[<p>you&#8217;re right.</p>
<p>not only the js-hotkeys program is to heavy, but also it bans some additional functions. I&#8217;m a Chinese user and I can&#8217;t input chinese with keyboard in the sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theory of optimization homework</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-182675</link>
		<dc:creator>theory of optimization homework</dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-182675</guid>
		<description>simple yet very effective. nice step-by-step tutorial</description>
		<content:encoded><![CDATA[<p>simple yet very effective. nice step-by-step tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Keyboard Event Plugins &#124; jQuery4u</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-175453</link>
		<dc:creator>15 Keyboard Event Plugins &#124; jQuery4u</dc:creator>
		<pubDate>Sun, 23 Oct 2011 21:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-175453</guid>
		<description>[...]    Source + Demo [...]</description>
		<content:encoded><![CDATA[<p>[...]    Source + Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.gmarwaha.com/blog/2009/06/16/ctrl-key-combination-simple-jquery-plugin/comment-page-1/#comment-165357</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 23 Sep 2011 01:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gmarwaha.com/blog/?p=35#comment-165357</guid>
		<description>Yup, I&#039;m using it too. Very useful.</description>
		<content:encoded><![CDATA[<p>Yup, I&#8217;m using it too. Very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

