<?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; shortcut</title>
	<atom:link href="http://psychopyko.com/tag/shortcut/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>
		<item>
		<title>photoshop shortcuts</title>
		<link>http://psychopyko.com/nifty-tips/photoshop-shortcuts/</link>
		<comments>http://psychopyko.com/nifty-tips/photoshop-shortcuts/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 06:58:14 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://psychopyko.com/2007/08/23/photoshop-shortcuts/</guid>
		<description><![CDATA[Recently I've been photoshop-ing a fair bit as I'm making posters/website for an upcoming event for a student society. By accident, I found a shortcut that did exactly what I wanted! The elusive shortcut <strong>ctrl+alt+shift+e</strong> creates a new layer of whatever you see on the screen right now (or 'stamp visible' in photoshop terminology).
<p>So after the amazing discovery, decided to put up a few photoshop shortcuts that I feel are essential. I'm no photoshop guru, but these are the shortcuts that I probably can't live without. I'm using Photoshop CS2, but most these shortcuts should probably work with most versions of photoshop. Seems like Adobe likes multi-keyed shortcuts, so organised them into the number of keys on the keyboard you need to press - wonder if there are any more than 4!</p>]]></description>
			<content:encoded><![CDATA[<p>Recently I've been photoshop-ing a fair bit as I'm making posters/website for an upcoming event for a student society. By accident, I found a shortcut that did exactly what I wanted! The elusive shortcut <strong>ctrl+alt+shift+e</strong> creates a new layer of whatever you see on the screen right now (or 'stamp visible' in photoshop terminology).</p>
<p>So after the amazing discovery, decided to put up a few photoshop shortcuts that I feel are essential. I'm no photoshop guru, but these are the shortcuts that I probably can't live without. I'm using Photoshop CS2, but most these shortcuts should probably work with most versions of photoshop. Seems like Adobe likes multi-keyed shortcuts, so organised them into the number of keys on the keyboard you need to press - wonder if there are any more than 4!</p>
<p><span id="more-9"></span></p>
<p><strong>Single key shortcuts</strong></p>
<ul>
<li><strong>v</strong> - changes to 'move' mode. So if you have a layer selected, you can now drag it with your mouse or nudge it.</li>
<li><strong>m</strong> - changes to 'marquee' mode.</li>
<li><strong>a</strong> - changes to 'direct selection' mode. If you have an active vector path, you can now go 'right click -&gt; make selection' and then you can fill the selection with colours etc.</li>
<li><strong>x</strong> - switches the foreground/background colours</li>
<li><strong>d</strong> - resets the palette to the default of foreground/background colours to black/white respectively</li>
<li><strong>[</strong> &amp; <strong>]</strong> - decreases &amp; increases (respectively) your brush size</li>
</ul>
<p><strong>Double key shortcuts</strong></p>
<ul>
<li><strong>alt+backspace</strong> - fills the layer with foreground colour</li>
<li><strong>ctrl+backspace</strong> - fills the layer with background colour</li>
<li><strong>ctrl+d </strong>- deselects your selection. Handy if you are horrible at selecting stuff like me.</li>
<li><strong>ctrl+e</strong> - merges your current layer with the layer below it</li>
<li><strong>ctrl+g</strong> - groups the layer(s) you have currently selected into a folder</li>
</ul>
<p><strong>Triple key shortcuts</strong></p>
<ul>
<li><strong>ctrl+alt+z</strong> - goes back through the history undo-ing the previous actions (find <em>ctrl+z</em> useless as it just undoes the last step)</li>
</ul>
<p><strong>Quadruple key shortcuts!</strong></p>
<ul>
<li><strong>ctrl+alt+shift+s</strong> - opens the 'save for web' dialogue where you can choose to save as jpg, gif, png etc.</li>
<li><strong>ctrl+alt+shift+e</strong> - creates a new layer and puts in that single layer whatever you see on the screen right now</li>
</ul>
<p><strong>Mouse+keyboard combination</strong><br />
<em>(not exactly a shortcut, but just as useful!)</em></p>
<ul>
<li><strong>shift </strong>- when creating a selection, holding down 'shift' while dragging the selection keeps the proportion. Nice when you need a perfect circle/square, or if you're dragging in a logo/image</li>
<li><strong>space </strong>- when creating a selection, holding down 'space' will let you move the location of your selection. Always found it hard to know where to create the selection so it is exactly where I need it to be.</li>
<li><strong>ctrl </strong>- if you ctrl+click on a layer, it will select the outline of the image on that layer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/photoshop-shortcuts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
