<?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: JavaScript Keyboard Controls: js-hotkeys</title>
	<atom:link href="http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:25:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-53434</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-53434</guid>
		<description>You need to trigger a function within the keydown keypress or keyup events.</description>
		<content:encoded><![CDATA[<p>You need to trigger a function within the keydown keypress or keyup events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tailor</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-41095</link>
		<dc:creator>Tailor</dc:creator>
		<pubDate>Sun, 15 Mar 2009 13:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-41095</guid>
		<description>Does anyone know how i can use this functionality and sends a user to a link?</description>
		<content:encoded><![CDATA[<p>Does anyone know how i can use this functionality and sends a user to a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12282</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Wed, 30 Jul 2008 16:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12282</guid>
		<description>This is really awasome! :) Like it very much! Thnx :)</description>
		<content:encoded><![CDATA[<p>This is really awasome! <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Like it very much! Thnx <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12125</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Tue, 29 Jul 2008 11:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12125</guid>
		<description>Actually Apple keys are not handled correctly. Hitting Cmd+C return the C key as Cmd isn&#039;t a matching key. 

Apple ASCII values seems to change for webbrowsers, and I&#039;m not able to found a valuable map of this (except here http://unixpapa.com/js/key.html but it&#039;s almost incomplete). 

Tonight I will make and host a web app which will return the ASCII key received on a keystroke. So we would be able to find each value for each command on each webbrowser.

Never the less, i&#039;ve been able to modify the jQuery plugin to handles the Cmd key (ASCII 224). This works fine, but composed Cmd keystrokes seems to send different ASCII value.

Hope it helps,

cheers</description>
		<content:encoded><![CDATA[<p>Actually Apple keys are not handled correctly. Hitting Cmd+C return the C key as Cmd isn&#8217;t a matching key. </p>
<p>Apple ASCII values seems to change for webbrowsers, and I&#8217;m not able to found a valuable map of this (except here <a href="http://unixpapa.com/js/key.html" rel="nofollow">http://unixpapa.com/js/key.html</a> but it&#8217;s almost incomplete). </p>
<p>Tonight I will make and host a web app which will return the ASCII key received on a keystroke. So we would be able to find each value for each command on each webbrowser.</p>
<p>Never the less, i&#8217;ve been able to modify the jQuery plugin to handles the Cmd key (ASCII 224). This works fine, but composed Cmd keystrokes seems to send different ASCII value.</p>
<p>Hope it helps,</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12062</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12062</guid>
		<description>@Seb,

Im not sure about that (I&#039;m not using a Mac right now) but would be great if you can test it through the demo and share the results.</description>
		<content:encoded><![CDATA[<p>@Seb,</p>
<p>Im not sure about that (I&#8217;m not using a Mac right now) but would be great if you can test it through the demo and share the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12061</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12061</guid>
		<description>Ctrl+C it&#039;s cool, but what about Cmd+C ?</description>
		<content:encoded><![CDATA[<p>Ctrl+C it&#8217;s cool, but what about Cmd+C ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12047</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12047</guid>
		<description>@Binny,

Thanks for the info. I&#039;ve updated the post to include shortcut.js.</description>
		<content:encoded><![CDATA[<p>@Binny,</p>
<p>Thanks for the info. I&#8217;ve updated the post to include shortcut.js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.webresourcesdepot.com/javascript-keyboard-controls-js-hotkeys/comment-page-1/#comment-12044</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=428#comment-12044</guid>
		<description>This can be used without jQuery - try the &lt;a href=&quot;http://www.openjs.com/scripts/events/keyboard_shortcuts/&quot; rel=&quot;nofollow&quot;&gt;base script&lt;/a&gt; for this plugin.</description>
		<content:encoded><![CDATA[<p>This can be used without jQuery &#8211; try the <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/" rel="nofollow">base script</a> for this plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in -0.749 seconds -->
