<?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: [userChrome.js] Mouse Gestures</title>
	<atom:link href="http://www.xuldev.org/blog/?feed=rss2&#038;p=73" rel="self" type="application/rss+xml" />
	<link>http://www.xuldev.org/blog/?p=73</link>
	<description>http://www.xuldev.org/blog/</description>
	<lastBuildDate>Sun, 08 Aug 2010 17:16:33 +0900</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dvd life</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-900</link>
		<dc:creator>dvd life</dc:creator>
		<pubDate>Wed, 05 Mar 2008 20:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-900</guid>
		<description>Thanks for your work ,i found this usefull for my site!</description>
		<content:encoded><![CDATA[<p>Thanks for your work ,i found this usefull for my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gen Drebery','deber@gmail.com','','63.2.12.45','2008-01-25 03:45:59','2008-01-25 03:45:59','','0','Internet Explorer','comment','0','0'),('0', '', '', '', '', '2008-01-26 03:45:59', '2008-01-26 03:45:59', '', 'spam', '', 'comment', '0','0' ) /*</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-723</link>
		<dc:creator>Gen Drebery','deber@gmail.com','','63.2.12.45','2008-01-25 03:45:59','2008-01-25 03:45:59','','0','Internet Explorer','comment','0','0'),('0', '', '', '', '', '2008-01-26 03:45:59', '2008-01-26 03:45:59', '', 'spam', '', 'comment', '0','0' ) /*</dc:creator>
		<pubDate>Fri, 25 Jan 2008 03:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-723</guid>
		<description>&lt;strong&gt;None...&lt;/strong&gt;

None...</description>
		<content:encoded><![CDATA[<p><strong>None...</strong></p>
<p>None...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeniko</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-642</link>
		<dc:creator>zeniko</dc:creator>
		<pubDate>Thu, 03 Jan 2008 18:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-642</guid>
		<description>@piyo: I&#039;ve uploaded my current version at http://mozilla.zeniko.ch/userchrome.js.html#snippets . It contains the following enhancements to Gomita&#039;s 2007.6.3 version: (1) gesture names are displayed in the status bar; (2) gestures time out after a moment of keeping the mouse still; (3) gestures can access a list with all link URLs you&#039;ve moved over; (4) gestures can contain wildcards (e.g. *UR should mean: any gesture ending in -Up-Right); (5) the list of gestures is slightly nicer to modify.</description>
		<content:encoded><![CDATA[<p>@piyo: I've uploaded my current version at <a href="http://mozilla.zeniko.ch/userchrome.js.html#snippets" rel="nofollow">http://mozilla.zeniko.ch/userchrome.js.html#snippets</a> . It contains the following enhancements to Gomita's 2007.6.3 version: (1) gesture names are displayed in the status bar; (2) gestures time out after a moment of keeping the mouse still; (3) gestures can access a list with all link URLs you've moved over; (4) gestures can contain wildcards (e.g. *UR should mean: any gesture ending in -Up-Right); (5) the list of gestures is slightly nicer to modify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piyo</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-543</link>
		<dc:creator>piyo</dc:creator>
		<pubDate>Tue, 27 Nov 2007 00:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-543</guid>
		<description>@zeniko:
The two pastebin links are no longer available. Can you at least post the first one again because I would like to see the name of the gesture in the status bar.</description>
		<content:encoded><![CDATA[<p>@zeniko:<br />
The two pastebin links are no longer available. Can you at least post the first one again because I would like to see the name of the gesture in the status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alek.taziar</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-220</link>
		<dc:creator>alek.taziar</dc:creator>
		<pubDate>Mon, 02 Jul 2007 21:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-220</guid>
		<description>Zeniko, I tried merging those two samples of code into the script. The first one worked as expected, but the second one did not. It simply didn&#039;t work. (I tried each code separately). Also, a general request. Can a timeout be put in, so that the gesture cancels if the mouse isn&#039;t moved for a period of time (ie one second)?</description>
		<content:encoded><![CDATA[<p>Zeniko, I tried merging those two samples of code into the script. The first one worked as expected, but the second one did not. It simply didn't work. (I tried each code separately). Also, a general request. Can a timeout be put in, so that the gesture cancels if the mouse isn't moved for a period of time (ie one second)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gomita</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-187</link>
		<dc:creator>Gomita</dc:creator>
		<pubDate>Mon, 18 Jun 2007 17:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-187</guid>
		<description>zeniko, I&#039;m glad you&#039;re here :)
My &quot;Mouse Gestures&quot; script is popular in Japan and many people create delivertive versions. It&#039;s a complex issue that how should I determine which is the best version among them. I will collect them (of course, including your versions) and make a new &quot;multifunctional&quot; version.</description>
		<content:encoded><![CDATA[<p>zeniko, I'm glad you're here <img src='http://www.xuldev.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
My "Mouse Gestures" script is popular in Japan and many people create delivertive versions. It's a complex issue that how should I determine which is the best version among them. I will collect them (of course, including your versions) and make a new "multifunctional" version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeniko</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-185</link>
		<dc:creator>zeniko</dc:creator>
		<pubDate>Sun, 17 Jun 2007 12:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-185</guid>
		<description>Two enhancement suggestions which would make this implementation slightly more &quot;Mouse Gestures&quot;-like: http://pastebin.mozilla.org/102504 moves to a more compact customization format which allows to display the name of the gesture in the status bar; and http://pastebin.mozilla.org/102505 allows to open several links in one gesture (what Mic asked for).</description>
		<content:encoded><![CDATA[<p>Two enhancement suggestions which would make this implementation slightly more "Mouse Gestures"-like: <a href="http://pastebin.mozilla.org/102504" rel="nofollow">http://pastebin.mozilla.org/102504</a> moves to a more compact customization format which allows to display the name of the gesture in the status bar; and <a href="http://pastebin.mozilla.org/102505" rel="nofollow">http://pastebin.mozilla.org/102505</a> allows to open several links in one gesture (what Mic asked for).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-59</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 10 Apr 2007 04:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-59</guid>
		<description>What about extending this by adding rocker gestures? There&#039;s already one script for this, but it doesn&#039;t always prevent the context menu from appearing when using the gestures.</description>
		<content:encoded><![CDATA[<p>What about extending this by adding rocker gestures? There's already one script for this, but it doesn't always prevent the context menu from appearing when using the gestures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-62</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Sat, 03 Feb 2007 09:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-62</guid>
		<description>hi, this is very great!
There is an Gesture at &quot;mouse gestures&quot; for opening some links with ONE gesture. You have do drive over all links with holding the right mouse-key and to open the links you have to end this gesture with e.g. RUL. I hope you understand, my english is bad. It would be great, if you find a way to import this gesture here. I think you only need the javascript-code for that.

Mic</description>
		<content:encoded><![CDATA[<p>hi, this is very great!<br />
There is an Gesture at "mouse gestures" for opening some links with ONE gesture. You have do drive over all links with holding the right mouse-key and to open the links you have to end this gesture with e.g. RUL. I hope you understand, my english is bad. It would be great, if you find a way to import this gesture here. I think you only need the javascript-code for that.</p>
<p>Mic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surf*Mind*Musings » Mouse Gestures Lite — via userChrome.js</title>
		<link>http://www.xuldev.org/blog/?p=73&#038;cpage=1#comment-61</link>
		<dc:creator>Surf*Mind*Musings » Mouse Gestures Lite — via userChrome.js</dc:creator>
		<pubDate>Sat, 03 Feb 2007 09:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=73#comment-61</guid>
		<description>[…] The latest takes the cake though — gestures via a 200 line .js that can be added to user chrome and hand hacked to customize — we don’t need no stinkin pref panel!  (though Mom might). […]</description>
		<content:encoded><![CDATA[<p>[…] The latest takes the cake though — gestures via a 200 line .js that can be added to user chrome and hand hacked to customize — we don’t need no stinkin pref panel!  (though Mom might). […]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
