<?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"
	>
<channel>
	<title>Comments on: Firefox Tip: Middle Mouse Click Opens Link in New Tab</title>
	<atom:link href="http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Sun, 12 Oct 2008 01:56:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: George</title>
		<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html#comment-2426</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 18 Jan 2007 02:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=756#comment-2426</guid>
		<description>That is awesome it actually works.


</description>
		<content:encoded><![CDATA[<p>That is awesome it actually works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html#comment-2425</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Tue, 15 Nov 2005 22:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=756#comment-2425</guid>
		<description>You could try like:

function onEnterFrame()
{
	if(Key.isDown(4))
	{
		trace('true');
	}
}

And then where the trace is, detect if the middle-mouse click was at the location of the link.  Un-efficient as hell, though.</description>
		<content:encoded><![CDATA[<p>You could try like:</p>
<p>function onEnterFrame()<br />
{<br />
	if(Key.isDown(4))<br />
	{<br />
		trace(&#8217;true&#8217;);<br />
	}<br />
}</p>
<p>And then where the trace is, detect if the middle-mouse click was at the location of the link.  Un-efficient as hell, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominic</title>
		<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html#comment-2424</link>
		<dc:creator>dominic</dc:creator>
		<pubDate>Tue, 15 Nov 2005 22:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=756#comment-2424</guid>
		<description>A friend of mine develops a forum that has a flash-based interface and he can't figure out how to get the middle mouse button to open a link in a new tab on one of the pages.

Does anyone know how to do this?</description>
		<content:encoded><![CDATA[<p>A friend of mine develops a forum that has a flash-based interface and he can&#8217;t figure out how to get the middle mouse button to open a link in a new tab on one of the pages.</p>
<p>Does anyone know how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aran Rhee</title>
		<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html#comment-2423</link>
		<dc:creator>Aran Rhee</dc:creator>
		<pubDate>Fri, 18 Mar 2005 01:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=756#comment-2423</guid>
		<description>There is also a mouse gesture extension for firefox so you can get all the myIE (maxthon) type gestures happening too. Once you get used to it, you'll never want to navigate another way.

I get really annoyed when I go to someone else's computer with IE and can't use the middle mouse button to open new windows.....</description>
		<content:encoded><![CDATA[<p>There is also a mouse gesture extension for firefox so you can get all the myIE (maxthon) type gestures happening too. Once you get used to it, you&#8217;ll never want to navigate another way.</p>
<p>I get really annoyed when I go to someone else&#8217;s computer with IE and can&#8217;t use the middle mouse button to open new windows&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://jessewarden.com/2005/03/firefox-tip-middle-mouse-click-opens-link-in-new-tab.html#comment-2422</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 17 Mar 2005 16:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=756#comment-2422</guid>
		<description>You should take a look at the Super Drag And Go extension. Opens links in a new tab with a click-drag-release.

Once you try it, you won't believe you did it any other way.</description>
		<content:encoded><![CDATA[<p>You should take a look at the Super Drag And Go extension. Opens links in a new tab with a click-drag-release.</p>
<p>Once you try it, you won&#8217;t believe you did it any other way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
