<?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: How to switch tabs in Chrome by using the mouse wheel</title>
	<atom:link href="http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 11:48:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vhanla</title>
		<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/comment-page-1/#comment-2264</link>
		<dc:creator>vhanla</dc:creator>
		<pubDate>Mon, 29 Sep 2008 04:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/#comment-2264</guid>
		<description>#NoEnv 
#SingleInstance force
#IfWinActive ahk_class Chrome_XPFrame   

RButton::
GetKeyState, rightMouse, RButton, P ; right mouse pressed
if rightMouse = D
{
 RButton &#38; WheelUp::Send ^{Tab}
 Rbutton &#38; WheelDown::Send ^+{Tab}
}
send,{RButton}

#IfWinActive 

This would be helpful if you like to use right button and scrolling</description>
		<content:encoded><![CDATA[<p>#NoEnv<br />
#SingleInstance force<br />
#IfWinActive ahk_class Chrome_XPFrame   </p>
<p>RButton::<br />
GetKeyState, rightMouse, RButton, P ; right mouse pressed<br />
if rightMouse = D<br />
{<br />
 RButton &amp; WheelUp::Send ^{Tab}<br />
 Rbutton &amp; WheelDown::Send ^+{Tab}<br />
}<br />
send,{RButton}</p>
<p>#IfWinActive </p>
<p>This would be helpful if you like to use right button and scrolling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopinath M</title>
		<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/comment-page-1/#comment-1579</link>
		<dc:creator>Gopinath M</dc:creator>
		<pubDate>Mon, 15 Sep 2008 00:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/#comment-1579</guid>
		<description>Thanks for the information.

My wordpress theme is custom made with the help of a HTML designer. Fore more details, check the about page on the blog</description>
		<content:encoded><![CDATA[<p>Thanks for the information.</p>
<p>My wordpress theme is custom made with the help of a HTML designer. Fore more details, check the about page on the blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/comment-page-1/#comment-1530</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/#comment-1530</guid>
		<description>Hi Gopi, I used Techsmith Camtasia studio.

By the way, which theme do you use for WordPress? Is it a free download?</description>
		<content:encoded><![CDATA[<p>Hi Gopi, I used Techsmith Camtasia studio.</p>
<p>By the way, which theme do you use for WordPress? Is it a free download?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopinath M</title>
		<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/comment-page-1/#comment-1529</link>
		<dc:creator>Gopinath M</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/#comment-1529</guid>
		<description>The animation of the tabs is nice. Can pls you tell me how did you create the animation? what is the software you use to create the animation?</description>
		<content:encoded><![CDATA[<p>The animation of the tabs is nice. Can pls you tell me how did you create the animation? what is the software you use to create the animation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/comment-page-1/#comment-1407</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 09 Sep 2008 12:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtotuts.com/2008/09/07/how-to-switch-tabs-in-chrome-by-using-the-mouse-wheel/#comment-1407</guid>
		<description>Note: You will need to change line 8 above if you are using Vista.

Change: 'ahk_class Chrome_XPFrame'

        to: 'ahk_class Chrome_VistaFrame'

Thanks for the script.</description>
		<content:encoded><![CDATA[<p>Note: You will need to change line 8 above if you are using Vista.</p>
<p>Change: &#8216;ahk_class Chrome_XPFrame&#8217;</p>
<p>        to: &#8216;ahk_class Chrome_VistaFrame&#8217;</p>
<p>Thanks for the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
