<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Tue, 07 Oct 2008 20:19:45 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Control+click action in javascript. 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/401/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/401/comments/</comments>
		<pubDate>Wed, 27 Sep 2006 11:03:36 +0000</pubDate>
		<dc:creator>shachi</dc:creator>
		<category>click, Control, ctrl/shift, JavaScript</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/401/</guid>
		<description>
			<![CDATA[
				<p>Gives you control to perform actions when the control key and the mouse button is clicked in the same time. Something similar to selecting elements in Windows with ctrl+click.<br /><br />Just change the event.ctrlKey to event.shiftKey to make it shift+click. If you don't get it don't worry the snippet contains the demo for shift+click too.<br /><br />You may need to change the event.which though 1 = left click, 2 = middle click, 3 = right click(at least in firefox 1.5.0.5)</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>