<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>psychopyko &#187; firefox</title>
	<atom:link href="http://psychopyko.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://psychopyko.com</link>
	<description>welcome to psychopyko.com</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox Multitouch Gestures</title>
		<link>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/</link>
		<comments>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:09:31 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://psychopyko.com/?p=116</guid>
		<description><![CDATA[For those of you who are unaware, I have converted to the "dark side" and now own and use a MacBook Pro laptop at home. One of the awesome things about the laptop is the multitouch trackpad. Used as part of the OS it is great - swipe 4 fingers down triggers expose swipe them up show desktop and a couple of others.

Having said that I spend a good chunk of my time on Firefox while using my Mac and there are some very useful multitouch gestures you can add! There are a couple of other tutorials out there already, but for some reason the ones I've found only talk about the twist left/right to move to the previous/next tab. Being curious me, I went exploring and found out how to get some more equally helpful gestures working!]]></description>
			<content:encoded><![CDATA[<p>For those of you who are unaware, I have converted to the "dark side" and now own and use a MacBook Pro laptop at home. One of the awesome things about the laptop is the multitouch trackpad. Used as part of the OS it is great - swipe 4 fingers down triggers expose swipe them up show desktop and a couple of others.</p>
<p>Having said that I spend a good chunk of my time on Firefox while using my Mac and there are some very useful multitouch gestures you can add! There are a couple of other tutorials out there already, but for some reason the ones I've found only talk about the twist left/right to move to the previous/next tab. Being curious me, I went exploring and found out how to get some more equally helpful gestures working!</p>
<p><span id="more-116"></span>Here is a screenshot of my <strong>about:config</strong> page.</p>
<div id="attachment_117" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.psychopyko.com/wp-content/uploads/2009/11/firefox_gestures.jpg"><img class="size-medium wp-image-117" title="Firefox Multitouch Gestures" src="http://psychopyko.com/wp-content/uploads/2009/11/firefox_gestures-300x203.jpg" alt="Firefox Multitouch Gestures" width="300" height="203" /></a><p class="wp-caption-text">Firefox Multitouch Gestures</p></div>
<p>Adding/modifying these values is very simple - here is a quick tutorial:</p>
<ol>
<li>Open firefox and enter <strong>about:config</strong> in the URL bar</li>
<li>Filter the list of gestures by entering: <strong>gesture</strong> into the filter (optional by recommended)</li>
<li>Modifying a value:
<ul>
<li>Double click on an existing preference name (eg: <strong>browser.gesture.twistleft</strong>)</li>
<li> Enter a value (eg. <strong>Browser:PrevTab</strong>)</li>
</ul>
</li>
<li>Adding a value:
<ul>
<li>Right click somewhere in the window (probably best on empty space)</li>
<li>Select<strong> New-&gt;String</strong></li>
<li>Enter a preference name (eg: <strong>browser.gesture.swipe.down.alt</strong>)</li>
<li>Enter a value (eg. <strong>History:UndoCloseTab</strong>)</li>
<li>Note: You will have to refresh the filter for your new custom value to appear.</li>
</ul>
</li>
<li>Close the 'about:config' tab - and you're done!</li>
</ol>
<p>You might want to play around with it to find out what you feel is most useful for your browsing habits, but these are the ones that I like the best/use the most:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Preference Name</strong></td>
<td><strong>Value</strong></td>
<td><strong>What it does?</strong></td>
</tr>
<tr>
<td>browser.gesture.twist.right</td>
<td>Browser:NextTab</td>
<td>Twist two fingers clockwise to go to next tab</td>
</tr>
<tr>
<td>browser.gesture.twist.left</td>
<td>Browser:PrevTab</td>
<td>Twist two fingers anti-clockwise to go to previous tab</td>
</tr>
<tr>
<td>browser.gesture.swipe.down</td>
<td>cmd_close</td>
<td>Swipe three fingers down to close the current tab</td>
</tr>
<tr>
<td>browser.gesture.swipe.down.alt</td>
<td>History:UndoCloseTab</td>
<td>Press 'alt' and swipe three fingers down to "undo close tab"</td>
</tr>
<tr>
<td>browser.gesture.swipe.down.shift</td>
<td>cmd_scrollBottom</td>
<td>Press 'shift' and swipe three fingers down to jump to the bottom of the page</td>
</tr>
<tr>
<td>browser.gesture.swipe.up.shift</td>
<td>cmd_scrollTop</td>
<td>Press 'shift' and swipe three fingers up to jump to the top of the page</td>
</tr>
</tbody>
</table>
<p>The zooms are also quite cool but they are there by default so it should work without you having to do anything. Hint: hold down shift and zoom in/out and it'll reset the magnification to the default.</p>
<p>Once you get used to your gestures you'll wonder how you lived without them! Be interested to hear what other gestures you guys have set up <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
