<?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: Navigate in Ubuntu Nautilus Using the Mouse Back/Forward Buttons</title>
	<atom:link href="http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Fri, 18 May 2012 19:58:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jure Merhar</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-19335</link>
		<dc:creator>Jure Merhar</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-19335</guid>
		<description>I&#039;ve come to a similar conclusion myself. Thanks for taking the time to investigate anyway.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve come to a similar conclusion myself. Thanks for taking the time to investigate anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jean</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-19334</link>
		<dc:creator>Chris Jean</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-19334</guid>
		<description>To my knowledge, there isn&#039;t a way to make this work.

&lt;code&gt;xvkbd&lt;/code&gt; has an argument that allows you to target a specific window. This means that all that is needed to make this an ideal solution is to have something that can tell the script the ID of the window that the mouse is currently over.

&lt;code&gt;xwininfo&lt;/code&gt; is a good tool to use to get information about a window, but it is limited in that it requires the window to be clicked on in order to get the details. So, a different solution is required.

&lt;code&gt;wininfo&lt;/code&gt; shows the full details of any window you put your mouse over, but it is a GUI application and not a command-line tool (at least, I can&#039;t find any command-line access for it). This means that it can&#039;t work either.

To my knowledge there isn&#039;t a program that command-line access to getting details of the window that the mouse is over without requiring some additional interaction by the user.</description>
		<content:encoded><![CDATA[<p>To my knowledge, there isn&#8217;t a way to make this work.</p>
<p><code>xvkbd</code> has an argument that allows you to target a specific window. This means that all that is needed to make this an ideal solution is to have something that can tell the script the ID of the window that the mouse is currently over.</p>
<p><code>xwininfo</code> is a good tool to use to get information about a window, but it is limited in that it requires the window to be clicked on in order to get the details. So, a different solution is required.</p>
<p><code>wininfo</code> shows the full details of any window you put your mouse over, but it is a GUI application and not a command-line tool (at least, I can&#8217;t find any command-line access for it). This means that it can&#8217;t work either.</p>
<p>To my knowledge there isn&#8217;t a program that command-line access to getting details of the window that the mouse is over without requiring some additional interaction by the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Merhar</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-19333</link>
		<dc:creator>Jure Merhar</dc:creator>
		<pubDate>Thu, 15 Mar 2012 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-19333</guid>
		<description>Thanks for this useful post, Chris. There&#039;s just one problem with this method. Before binding the back and forward buttons to keystrokes, they used to send events to the window under the mouse cursor (like the mouse wheel). Now events are always sent to the focused window.

This is really bugging me, as I often have some small windows (like the calculator or a terminal) open over a fullscreen browser window. I used to be able to navigate back and forward in the browser while keeping focus on the small windows. This is not possible any more after applying this fix. Every time you wish to go back or forward in the browser, you need to first focus its window, hiding the smaller windows behind it.

Do you happen to have a solution for this problem? Something like making xvkbd send the keystrokes to the window under the mouse cursor instead of the focused window.</description>
		<content:encoded><![CDATA[<p>Thanks for this useful post, Chris. There&#8217;s just one problem with this method. Before binding the back and forward buttons to keystrokes, they used to send events to the window under the mouse cursor (like the mouse wheel). Now events are always sent to the focused window.</p>
<p>This is really bugging me, as I often have some small windows (like the calculator or a terminal) open over a fullscreen browser window. I used to be able to navigate back and forward in the browser while keeping focus on the small windows. This is not possible any more after applying this fix. Every time you wish to go back or forward in the browser, you need to first focus its window, hiding the smaller windows behind it.</p>
<p>Do you happen to have a solution for this problem? Something like making xvkbd send the keystrokes to the window under the mouse cursor instead of the focused window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X's</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-17934</link>
		<dc:creator>X's</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-17934</guid>
		<description>hello ... i just installed Kubuntu a few days ago. Then I found that the mouse does not work well. Your instructions really great. although i get the error when the code is not showing when I click my / rev buttons. I ignore and continue with your key bindings. I think it does not work. but then when I restart my PC and navigate using the dolphin without me realizing it work. thank you
p / s: - google translate;)</description>
		<content:encoded><![CDATA[<p>hello &#8230; i just installed Kubuntu a few days ago. Then I found that the mouse does not work well. Your instructions really great. although i get the error when the code is not showing when I click my / rev buttons. I ignore and continue with your key bindings. I think it does not work. but then when I restart my PC and navigate using the dolphin without me realizing it work. thank you<br />
p / s: &#8211; google translate;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu: make back/forward buttons work in Firefox &#124; Ones and Zeros</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-15477</link>
		<dc:creator>Ubuntu: make back/forward buttons work in Firefox &#124; Ones and Zeros</dc:creator>
		<pubDate>Tue, 11 Oct 2011 09:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-15477</guid>
		<description>[...] After a bit of searching I found a great guide here. [...]</description>
		<content:encoded><![CDATA[<p>[...] After a bit of searching I found a great guide here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weezy</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-15324</link>
		<dc:creator>Weezy</dc:creator>
		<pubDate>Tue, 04 Oct 2011 03:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-15324</guid>
		<description>Done and Done.</description>
		<content:encoded><![CDATA[<p>Done and Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JooseyJay</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-15237</link>
		<dc:creator>JooseyJay</dc:creator>
		<pubDate>Wed, 28 Sep 2011 04:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-15237</guid>
		<description>Been bugging me since I installed a few weeks ago, slowly getting everything transferred to linux... Games are the only thing I have a windows partition anymore. ;D

Thanks for the howto!</description>
		<content:encoded><![CDATA[<p>Been bugging me since I installed a few weeks ago, slowly getting everything transferred to linux&#8230; Games are the only thing I have a windows partition anymore. ;D</p>
<p>Thanks for the howto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-14681</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Thu, 01 Sep 2011 10:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-14681</guid>
		<description>Thank you for the guide.</description>
		<content:encoded><![CDATA[<p>Thank you for the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimme</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-10977</link>
		<dc:creator>Jimme</dc:creator>
		<pubDate>Mon, 28 Mar 2011 23:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-10977</guid>
		<description>A great writeup, gave me a new hope for being a complete tuxer someday =)</description>
		<content:encoded><![CDATA[<p>A great writeup, gave me a new hope for being a complete tuxer someday =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rednaw</title>
		<link>http://chrisjean.com/2009/02/13/navigate-in-ubuntu-nautilus-using-the-mouse/comment-page-1/#comment-2403</link>
		<dc:creator>rednaw</dc:creator>
		<pubDate>Mon, 08 Nov 2010 18:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=1008#comment-2403</guid>
		<description>I also would like to say that this is a very helpful article and this should indeed actually be a default feature in Nautilus.</description>
		<content:encoded><![CDATA[<p>I also would like to say that this is a very helpful article and this should indeed actually be a default feature in Nautilus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

