<?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>Kens Photoshop Blog &#187; Applications</title>
	<atom:link href="http://internet-retards.com/wpmu/photoshop/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://internet-retards.com/wpmu/photoshop</link>
	<description>Plugins can't replace skill</description>
	<lastBuildDate>Thu, 15 Oct 2009 15:38:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Photoshop CS4 Brush resize on the fly for photoshop CS3</title>
		<link>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-brush-resize-on-the-fly-for-photoshop-cs3/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-brush-resize-on-the-fly-for-photoshop-cs3/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 11:30:28 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Painting And Drawing]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=452</guid>
		<description><![CDATA[Hey hey, more Autohotkey goodness for CS3 users, brush resize on the fly, CS4 style! First download a free copy of Autohotkey Save a textfile called &#8220;cs3resize.ahk&#8221; and copy and paste the code below into that file and save it. Then doubleclick it to run the script. By default the script uses the M key [...]]]></description>
			<content:encoded><![CDATA[<p>Hey hey, more Autohotkey goodness for CS3 users, brush resize on the fly, CS4 style!</p>
<p>First download a free copy of <a href="http://www.autohotkey.com/download/">Autohotkey</a><span id="more-452"></span></p>
<p>Save a textfile called &#8220;cs3resize.ahk&#8221; and copy and paste the code below into that file and save it. Then doubleclick it to run the script.</p>
<p>By default the script uses the M key to trigger, you can change that by looking at the comments in the code below.</p>
<p>Select the brush tool, then hit M and move your mouse or pen up and down (NOT left and right) on the screen and watch your brush resized on the fly. Hit M again to return to normal drawing mode.</p>
<p>The script simply sends out the left and right bracket keys when the mouse/pen is moved up and down. You can easily make copies and this script and bind other hotkeys for brush hardness or anything else in photoshop that has increasing and decreasing values.</p>
<p><code><br />
;CS3 Brush Resize on the fly<br />
#ifWinActive ahk_class Photoshop<br />
{</p>
<p>;Mess with this if moving the pen takes to much CPU<br />
setbatchlines, 500ms </p>
<p>;Bad things will happen if you change this.<br />
#MaxThreadsPerHotkey 2</p>
<p>bbrake=1 </p>
<p>Coordmode, mouse, Screen </p>
<p>;This is the shortcut (m) you use to activate, look in AHK Help for keycodes.<br />
;Make sure this is not bound to any function in photoshop.<br />
m::<br />
    MouseGetPos,, old_mousey </p>
<p>    if bbrake<br />
    {<br />
        bbrake=0<br />
    }<br />
    else if !bbrake<br />
    {<br />
        bbrake=1<br />
        return<br />
    } </p>
<p>    loop<br />
    {<br />
        MouseGetPos,, mousey </p>
<p>        if ((mousey=old_mousey) and (bbrake != 1))<br />
            continue<br />
        else if bbrake=1<br />
            break </p>
<p>        if (mousey &gt; old_mousey)<br />
        {<br />
;Mouse move up. Change to a key you have set in photoshop cs3 to increase something.<br />
            send, {[}<br />
            old_mousey:=mousey<br />
        }<br />
        else if (mousey &lt; old_mousey)<br />
        {<br />
;Mouse move down. Change to a key you have set in photoshop cs3 to decrease something.<br />
            send, {]}<br />
            old_mousey:=mousey<br />
        }<br />
    } </p>
<p>return</p>
<p>}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-brush-resize-on-the-fly-for-photoshop-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS4  Stop with the damn tabs already grrr</title>
		<link>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-stop-with-the-damn-tabs-already-grrr/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-stop-with-the-damn-tabs-already-grrr/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 09:03:01 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=450</guid>
		<description><![CDATA[This new tabs business in CS4 is driving me insane, horrible interface disicion. Tabs suck unless you&#8217;r some old lady working on pictures of your cat. If you frequently need to have multiple images open, references, matte creation, compositing etc.. you open new images all the time and drag contents from one into other windows. [...]]]></description>
			<content:encoded><![CDATA[<p>This new tabs business in CS4 is driving me insane, horrible interface disicion.</p>
<p>Tabs suck unless you&#8217;r some old lady working on pictures of your cat. If you frequently need to have multiple images open, references, matte creation, compositing etc.. you open new images all the time and drag contents from one into other windows.<span id="more-450"></span></p>
<p>With the old floating windows all you do is control+drag a layer and there you go, takes a second. With tabs you have to control+drag, move your mouse to the tab you want, which is frequently some stock photo named 2509523509fu.jpg so when you have a ton opened you have to search for it. Then you have to hover the mouse over the tab for 5 seconds to switch and then you can drop the layer. Huuuuge waste of time when you do this hundreds of times a day. Does adobe even know thier own target group? Tabs are not needed for the power users that are the main target for Photoshop. Alll this bloat to &#8220;help&#8221; is not needed, you don&#8217;t pay out your ass for CS4 if you&#8217;r just some clueless user editing a few photos.</p>
<p>I know you can go to preferences and uncheck open new documents as tabs but that doesn&#8217;t get rid of tabs. You now have to drag new images on the toolbar to have them not open as tabs, wtf?</p>
<p>If you have an image open and go to open new image then the new image will be opened as a tab inside the floating window that had the focus, NO STOP IT! arghhh.</p>
<p>When I go uncheck &#8220;open documents as tabs&#8221; that because I don&#8217;t want tabs ever, anywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-stop-with-the-damn-tabs-already-grrr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop and AutoHotKey the perfect pair</title>
		<link>http://internet-retards.com/wpmu/photoshop/photoshop-and-autohotkey-the-perfect-pair/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/photoshop-and-autohotkey-the-perfect-pair/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 13:34:28 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=441</guid>
		<description><![CDATA[Ever wanted to create hotkeys in photoshop but you couldn&#8217;t because photoshop didn&#8217;t allow that hotkey combination? Or wanted to use the TAB key for something else? There&#8217;s a free program that allows you to use keys such as TAB, numlock, scrolllock, printscreen or the break key and map it to something usefull. That program [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to create hotkeys in photoshop but you couldn&#8217;t because photoshop didn&#8217;t allow that hotkey combination? Or wanted to use the TAB key for something else?</p>
<p>There&#8217;s a free program that allows you to use keys such as TAB, numlock, scrolllock, printscreen or the break key and map it to something usefull. That program is called AutohotKey. You can download it for free and unleash all that power here: <a href="http://www.autohotkey.com/download/">Download Autohotkey</a><span id="more-441"></span></p>
<p>For example here&#8217;s how you would map the numlock key to send out F11 which you could map to whatever in photoshop. I like everything on my numerical keyboard so I can just keep my hand there and have everything I need in reach.</p>
<p><code>#ifWinActive ahk_class Photoshop<br />
{<br />
   NumLock::<br />
   {<br />
        Send {F11}<br />
	Sleep, 100<br />
        return<br />
   }<br />
}</code></p>
<p>If you look at your numerical keyboard and place your hand there, look at how many usefull keys are in reach of your fingers without mocing your hand.</p>
<p>Numpad minus<br />
Numpad plus<br />
Numpad divide<br />
Numpad multiply<br />
Numpad comma<br />
Numlock<br />
Printscreen<br />
Scrolllock<br />
Break key<br />
page up<br />
page down<br />
home<br />
end<br />
insert<br />
delete</p>
<p>All those keys are sitting there useless when you could bind them to all the stuff you use all the time and never have to move your hand.</p>
<p>That&#8217;s not all, you can also bind the mouse buttons to something usefull. Here a couple of scripts I use:</p>
<p>Bind your pen up button to W and now you can rotate the canvas by dragging the pen around.<br />
<code>#ifWinActive ahk_class Photoshop<br />
{<br />
w::<br />
{<br />
send {r down}<br />
Loop<br />
{<br />
sleep, 10<br />
GetKeyState, state, w, p<br />
if state = u<br />
break<br />
}<br />
send {b}<br />
return<br />
}<br />
}</code></p>
<p>Bind your pen down button to S and resize the brush on the fly by dragging left and right.<br />
<code>#ifWinActive ahk_class Photoshop<br />
{<br />
s::<br />
{<br />
send {alt down}<br />
mouseclick, right,,, 1, 0, d<br />
Loop<br />
{<br />
sleep, 10<br />
GetKeyState, state, s, p<br />
if state = u<br />
break<br />
}<br />
mouseclick, right,,, 1, 0, U<br />
send {alt up}<br />
return<br />
}<br />
}</code></p>
<p>Here&#8217;s an example of using the insert key to send out control+shift+n, use the photoshop keyboard editor to bind that to something you need. You can modify this script and make copies of it to match Numlock, printscreen or any other key.<br />
<code>#ifWinActive ahk_class Photoshop<br />
{<br />
   insert::<br />
   {<br />
      send {Control down} {Shift down} n {Shift up} {Control up}<br />
      return<br />
   } </p>
<p>}</code></p>
<p>Here&#8217;s some examples for numlock and printscreen:</p>
<p><code><br />
#ifWinActive ahk_class Photoshop<br />
{<br />
   PrintScreen::<br />
   {<br />
        Send {Control down}{Alt down}{LShift down}h{LShift up}{Alt up}{Control up}<br />
	Sleep, 100<br />
        return<br />
   }<br />
}</p>
<p>#ifWinActive ahk_class Photoshop<br />
{<br />
   NumLock::<br />
   {<br />
        Send {F11}<br />
	Sleep, 100<br />
        return<br />
   }<br />
}</code></p>
<p>But that&#8217;s not all, this one is going to blow your mind baby so don&#8217;t skip it!</p>
<p>Since I like everything around the numerical keyboard I want to be able to bind as much stuff to those keys. AutoHotKey also allows you to create your own modifier keys.</p>
<p>A modifier key is a key that while held down modifies any other key, like ALT+S, while ALT is held down S works differently.</p>
<p>How about we make numpad divide a modifier key looking for another press of numpad multiply?</p>
<p><code>#ifWinActive ahk_class Photoshop<br />
{<br />
   NumpadDiv &amp; NumPadMult::<br />
   {<br />
        Send, {control down}{F8}{control up}<br />
        Sleep, 100<br />
        return<br />
   } </p>
<p>}</code></p>
<p>The only drawback is that the first key (The modifier) looses its normal function unless you make another script to handle that.</p>
<p>In the example above, in photoshop the numpad divide key would lose its ability to work, so we write a new script to catch that.</p>
<p>#ifWinActive ahk_class Photoshop<br />
{<br />
   NumpadDiv::<br />
   {<br />
        Send, {control down}{F5}{control up}<br />
	Sleep, 100<br />
        return<br />
   } </p>
<p>}</p>
<p>Now AutoHotKey knows that if you press and then release the divide key then it catches that key, if you press divide and multiply then it knows that it has to catch that instead.</p>
<p>If you sit and let all this sink in for a while, imagine all the combinations of keys you can bind to the numerical keyboard, you can operate every single thing in photoshop without moving your hand of the numerical keyboard.</p>
<p>The only keys on the numerical side of the keyboard you should leave alone is the numbers 0-9 as they are used to control transparency of the brush and layers. That doesn&#8217;t stop you from making modifier combos out of them. Just catch numpad1 &amp; numpad2, then make sure you also create a section for numpad1 and send out numpad1 so that when you only press and release numpad1 it works like normal.</p>
<p>You could be sneaky and make your arrow keys your modifiers, so that when you press arrow left + numpad1 it&#8217;s one thing, when you press arrow up + numpad1 it&#8217;s another and so on, that&#8217;s 104 combos worth of keys right at your fingertips.</p>
<p><em>Se also: <a href="http://internet-retards.com/wpmu/photoshop/changing-photoshop-hardcoded-shortcut-keys/">Changing Photoshop Hardcoded Shotcut Keys</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/photoshop-and-autohotkey-the-perfect-pair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing photoshop hardcoded shortcut keys</title>
		<link>http://internet-retards.com/wpmu/photoshop/changing-photoshop-hardcoded-shortcut-keys/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/changing-photoshop-hardcoded-shortcut-keys/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:51:56 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=427</guid>
		<description><![CDATA[Tired of the hardcoded shortcut keys in photoshop? Want to change the TAB key into something else? And what the hell is up with not being able to bind stuff to single letter shortcuts? No matter. Go download the program Autohotkeys, it&#8217;s free and awesome. Autohotkey allows you to trap keys before a program gets [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of the hardcoded shortcut keys in photoshop? Want to change the TAB key into something else? And what the hell is up with not being able to bind stuff to single letter shortcuts?</p>
<p>No matter. Go download the program <a href="http://www.autohotkey.com/">Autohotkeys</a>, it&#8217;s free and awesome.<br />
Autohotkey allows you to trap keys before a program gets control and send some other keycode intirely and throw away the trapped keycode.<span id="more-427"></span></p>
<p>This means that you can now just bind commands in photoshop to whatever random keycode and then setup autohotkey to watch for say &#8220;w&#8221; and translate that into the keycode photoshop expects.</p>
<p>Not clear enough yet? Ok here&#8217;s a sequence of what would happen. In this example want the curves dialog shortcut to just be &#8220;c&#8221; which photoshop won&#8217;t allow.</p>
<p>Autohotkey is watching for the key C to be pressed.<br />
I press C.<br />
Autohotkey catches that I pressed C and discards that, so photoshop doensn&#8217;t know C has been pressed.<br />
Autohotkey sends control+m<br />
Photoshop brings up the curves dialog because it sees control+m.</p>
<p>Here&#8217;s a simple code snippet you can change around to map out shortcut keys in photoshop.</p>
<p>#ifWinActive ahk_class Photoshop<br />
{<br />
   NumLock::<br />
   {<br />
        Send {F11}<br />
        Sleep, 100<br />
        return<br />
   }<br />
}</p>
<p>Let&#8217;s look at what&#8217;s going on here:</p>
<p><strong>#ifWinActive ahk_class Photoshop</strong></p>
<p>This is a section; So this only gets triggered when photoshop has the focus.</p>
<p><strong>NumLock::</strong></p>
<p>We watch for and catch the numlock key. Look in AHK helpfile for a table of keycodes.</p>
<p>We enter another section that only gets triggered when AHK sees that numlock has been pressed.</p>
<p><strong>Send {F11}</strong></p>
<p>AHK sends out the F11 key that you bind to whatever you want to happen in photoshop when you press the numlock key.</p>
<p>Sleep, 100</p>
<p>AHK pauses for 100ms just to give the program some time to react and returns.</p>
<p><strong>Holding down keys</strong></p>
<p>Say you want to simulate that you hold down alt+shift+m. This is done by by putting the keys you want to press and hold within brackets using the <em>Send</em> command.</p>
<p>Here&#8217;s a Send command that presses and holds down control+shift while pressing the M key:</p>
<p>Send {Control down}{Shift down}m{Shift up}{Control up}</p>
<p>The {Keycode up}{Keycode down} trick works for all keys.</p>
<p><strong>Creating toggle dialogs (you will love this)</strong></p>
<p>A toggle dialog is a popup window like the curves dialog where the same key that brings up the dialog will also close the dialog. Using a toggle dialog speeds up your workflow a lot. So say you bind the C key to bring up curves, adjust the curves and hit C again to accept the changes and close the curves dialog. So instead of pressing control+m, adjust, press enter you just to &#8220;C, adjust curves, C&#8221; done. MUCH faster.</p>
<p>First create a watch for whatever key you want and bind it to a command that brings up a dialog window.</p>
<p>Now look at this dialog window and notice the titlebar text. For example the curves dialog will say simply &#8220;Curves&#8221;</p>
<p>Here&#8217;s the code to handle a dialog toggle. Just change the &#8220;#IfWinActive, Curves&#8221; to whatever the dialog titlebar says. And also change the &#8220;c::&#8221; part to the same key that brings up the dialog.</p>
<p>#IfWinActive, Curves<br />
{<br />
   c::<br />
   {<br />
      Send, {ENTER}<br />
      Sleep, 100<br />
      return<br />
   }<br />
}</p>
<p>What&#8217;s going on here then? Since the curves dialog is now on top of photoshop, it no longer has the focus, so the watch that brings up curves won&#8217;t trigger, because these are all inside &#8220;#ifWinActive ahk_class Photoshop&#8221; sections that only triggers when photoshop has the front focus. So now the &#8220;#IfWinActive, Curves&#8221; section will trigger instead; see that you pressed C, and send ENTER instead which will close the curves dialog window.</p>
<p><strong>Holding down a mouse button while pressing keys</strong></p>
<p>Special shortcuts in programs like photoshop or corel painter allows you to hold down a key combination and click and drag to rotate the canvas or resize your brushes. </p>
<p>Let&#8217;s see how we can emulate this and even make it better:</p>
<p>#ifWinActive ahk_class Photoshop<br />
{<br />
<strong>s</strong>::<br />
{<br />
send {alt down}<br />
mouseclick, right,,, 1, 0, d<br />
Loop<br />
{<br />
sleep, 10<br />
GetKeyState, state, <strong>s</strong>, p<br />
if state = u<br />
break<br />
}<br />
mouseclick, right,,, 1, 0, U<br />
send {alt up}<br />
return<br />
}<br />
}</p>
<p>This script presses the ALT key while holding down the right mouse button so all you need to do is press the shortcut key (S) and move the mouse, no need to click and drag.</p>
<p>To change the shortcut that is watched, simply change the key (S in this example) and also change the S in the line that says &#8220;GetKeyState, state, <strong>s</strong>, p &#8221;</p>
<p>You can add other modifiers, for example press control+alt, just change the 2 <em>Send</em> lines or chage the right mouse key to the left mouse key as in the example below that presses control+alt while holding down the right mousebutton:</p>
<p>#ifWinActive ahk_class Photoshop<br />
{<br />
<strong>w</strong>::<br />
{<br />
send {alt down}+{Control down}<br />
mouseclick, left,,, 1, 0, d<br />
Loop<br />
{<br />
sleep, 10<br />
GetKeyState, state, <strong>w</strong>, p<br />
if state = u<br />
break<br />
}<br />
mouseclick, left,,, 1, 0, U<br />
send {Control up}+{alt up}<br />
return<br />
}<br />
}</p>
<p><em>See also: <a href="http://internet-retards.com/wpmu/photoshop/photoshop-and-autohotkey-the-perfect-pair/">Photoshop and AutoHotKey the Perfect Pair</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/changing-photoshop-hardcoded-shortcut-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLEASE make Photoshop undo not remember layer selections</title>
		<link>http://internet-retards.com/wpmu/photoshop/please-make-photoshop-undo-not-remember-layer-selections/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/please-make-photoshop-undo-not-remember-layer-selections/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 13:30:27 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=389</guid>
		<description><![CDATA[This has been driving me up the wall since many versions of photoshop. You have a layer selected, now you create a new layer and do something to it and undo that. Photoshop will undo what you did AND SELECT THE PREVIOUS LAYER Draw&#8230; Nah no good, undo. (Photoshop undos and selects previous layer) Click [...]]]></description>
			<content:encoded><![CDATA[<p>This has been driving me up the wall since many versions of photoshop.</p>
<p>You have a layer selected, now you create a new layer and do something to it and undo that. Photoshop will undo what you did AND SELECT THE PREVIOUS LAYER</p>
<p>Draw&#8230;<br />
Nah no good, undo.<br />
(Photoshop undos and selects previous layer)<br />
Click back to the layer I was working on.<br />
Try again..<br />
Nah no good, undo..<br />
(Photoshop undos and selects previous layer)<br />
Click back to the layer I was working on.</p>
<p>Start drawing again&#8230; Only to find out I forgot to reselect the layer I was working on so now Im drawing on the wrong layer</p>
<p>FSFSFSFSFSGHSKFJK:HUF GARRRR! FOR FUCKS SAKE (Throws things around)</p>
<p>This is seriously the only thing in Photoshop that PISSES ME OFF!</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/please-make-photoshop-undo-not-remember-layer-selections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Control photoshop with mouse gestures</title>
		<link>http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:17:16 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=233</guid>
		<description><![CDATA[When I show people something in photoshop, the thing they are most amazed by is not whatever technique I show them. It&#8217;s that I don&#8217;t use a keyboard to control photoshop, I use my wacom pen to issue mouse gestures almost exclusively, only touching the keyboard for the most obscure and rarely used commands. Peaked [...]]]></description>
			<content:encoded><![CDATA[<p>When I show people something in photoshop, the thing they are most amazed by is not whatever technique I show them. It&#8217;s that I don&#8217;t use a keyboard to control photoshop, I use my wacom pen to issue mouse gestures almost exclusively, only touching the keyboard for the most obscure and rarely used commands.</p>
<p>Peaked your interest? Think about your hands never leaving the photo to press shortcuts, never going to menus or toolbars, mouse gestures control everything.</p>
<p>Want to try it?<span id="more-233"></span></p>
<p>First you need the free program called <a href="http://www.tcbmi.com/strokeit/">StrokeIt</a></p>
<p><a href="http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/strokeit-1/" rel="attachment wp-att-235"><img src="http://internet-retards.com/wpmu/photoshop/files/2009/07/strokeit-1.jpg" alt="strokeit-1" width="489" height="443" class="alignnone size-full wp-image-235" /></a></p>
<p>After you install StrokeIt you need to define the application:</p>
<p><a href="http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/strokeit-2/" rel="attachment wp-att-238"><img src="http://internet-retards.com/wpmu/photoshop/files/2009/07/strokeit-2.jpg" alt="strokeit-2" width="490" height="443" class="alignnone size-full wp-image-238" /></a></p>
<p>Then you add an action:</p>
<p><a href="http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/strokeit-3/" rel="attachment wp-att-239"><img src="http://internet-retards.com/wpmu/photoshop/files/2009/07/strokeit-3.jpg" alt="strokeit-3" width="490" height="443" class="alignnone size-full wp-image-239" /></a></p>
<p>And finally the command:</p>
<p><a href="http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/strokeit-4/" rel="attachment wp-att-240"><img src="http://internet-retards.com/wpmu/photoshop/files/2009/07/strokeit-4.jpg" alt="strokeit-4" width="490" height="443" class="alignnone size-full wp-image-240" /></a></p>
<p>The way I do it is that I define the actions to be the letter of the shortcut for toolbar things, like B for brush, O for dodge and burn, P for the pen and so on.</p>
<p>I also use up/left, down/left, Down/left, Down/right, Up, Down for brush sizing, undo/redo. Finally I have things like Curves, calculations, screen modes (F) and toggle pallettes (TAB) on whatever feels right.</p>
<p>I recommend starting out with a few commands and slowly working your way up until you have everything you use in your workflow on mouse gestures.</p>
<p>It took me about a month to become totally proficient without misfires, some gestures are harder but now I never get misfires at all and it&#8217;s total bliss to be able to control photoshop completely with mouse gestures.</p>
<p>Notice that I use a pen for this, don&#8217;t try this with the mouse because it&#8217;s not precise enough and you will get constant misfires. I started out trying to use a mouse and got the impression that mouse gestures was never going to work. Then I switched to a wacom intuous3 pen and it was like night and day.</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/control-photoshop-with-mouse-gestures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS4 &#8211; I don&#8217;t like it</title>
		<link>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-i-dont-like-it/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-i-dont-like-it/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:05:54 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=226</guid>
		<description><![CDATA[Hmm never thought I&#8217;d say this, but I don&#8217;t like the latest versions of Photoshop, CS4. Lets start out positive and list the few things I do like: Rotate canvas. This has been on my wishlist for ages. Spring loaded tools. The ability to switch to another tool while holding the tool shortcut down, and [...]]]></description>
			<content:encoded><![CDATA[<p>Hmm never thought I&#8217;d say this, but I don&#8217;t like the latest versions of Photoshop, CS4.</p>
<p>Lets start out positive and list the few things I do like:</p>
<p>Rotate canvas. This has been on my wishlist for ages.<br />
Spring loaded tools. The ability to switch to another tool while holding the tool shortcut down, and then when you release, you are back to the previous tool is awesome, well done.</p>
<p>That&#8217;s about it, now for what I don&#8217;t like:<span id="more-226"></span></p>
<p>Bugs, ohh is there ever bugs.</p>
<p>Almost all of them stem from the new GPU openGL acceleration.</p>
<p>I realize that this is probably because we need an updated graphics driver, but as always you get the runaround blame game. Adobe says it&#8217;s NVidas fault and to ask them for updated drivers, and NVidia says Adobe needs to fix the bug, and we are caught in the middle.</p>
<p>Go above around 100 brush size and your brush is only displayed in half.</p>
<p>Many times the screen will flicker and dialogs and tool palettes leave blobs around the screen that will only go away when you resize the window.</p>
<p>I realize that this is because of the new accelerated UI stuff, but what I can&#8217;t understand, is that if I go and turn that off, all the buggyness remains.</p>
<p>Some people probably love that zooming is smooth now and that you can fling the image with the hand tool. All I feel is that it makes everything slower and laggy feeling. The first thing I do on a new windows install is turn off all the fading, zooming crap. If you don&#8217;t think about it it&#8217;s cool and new, but all it does is slow you down.</p>
<p>All the rest of the new features is adding all kinds of newbie interfaces to things you have been able to do since CS1 at least and bloating the UI with unnessecary palettes and extra dialogs.</p>
<p>Refine selection?  Blur the mask and use curves white/black inputs to choke or expand the mask.</p>
<p>Adjustments palette? Great, now instead of the dialogs popping up in the middle of the screen right where my cursor is, I have to move all the way over to that stupid palette. Why is it needed? You have been able to add adjustment layers since forever. All it does is clutter my screen with yet another palette.</p>
<p>How about working on updating stuff that is actually usefull. Lens blur for example could need a serious speedup and way larger radius values. Half the filters won&#8217;t work in 16bit, let alone L*A*B which many pros use all the time.</p>
<p>The new tabbed windows I also hate. First thing that got turned off. Only I can&#8217;t you see&#8230; When I turn it off everytime I drag windows around the image inside the windows goes blank until I resize it. This happens even when I turn OpenGL accell off. In fact all the bugs that seems to be caused by the openGL stuff remains even when opengl accell. is turned of, why?</p>
<p>And finally for my biggest pet peeve.. hardcoded shortcuts. Still, after many many complaints from European users that has been going on for ages, Adobe STILL have not got off their asses and fixed that shit.</p>
<p>Why is this important? Let me explain.</p>
<p>I&#8217;m European, Danish to be presize. We have been trained to not install localized versions, because the translations suck. Imagine if someone ran the language strings in PS through babel-fish. Couple this with the fact that most Europeans speak English fluently and read almost all technical literature in English because of bad translations so English interfaces is the standard here, we almost always install the US versions and not the localized ones.</p>
<p>Now photoshop becomes terribly confused. Danish OS language and US version of photoshop, oh noes.</p>
<p>This has the unfortunate effect that all the hardcoded shortcuts is not even accessible on our keyboards. Brackets for resizing brushes and brush hardness? Nope. Tilde key? Nope. No brackets and tilde means that things like channel walking, selecting layers, moving layers etc.. can ONLY be done with the mouse, and I don&#8217;t use the mouse/pen except for drawing.</p>
<p>Sure, I can remap the brush resize/brush hardness shortcuts, sort of.. You see, when you remap those keys they work in the main window. Try going into vanishing point or liquify and you&#8217;r right back to the hardcoded versions that you can&#8217;t use.</p>
<p>Why is the TAB key for hiding palettes hardcoded? I&#8217;m left handed and use a large wacom tablet, so whenever I need to hide the palettes I need to reach over my left hand to hit tab or lift my drawing hand. I could move the keyboard over but then reaching all the other shortcuts becomes awkward. Why can&#8217;t I remap that key to say, / on my numerical keyboard? All this would become a moot point if ALL keys could be remapped by the user, it would be such a simple change, just add those shorcuts the the keyboard shorcut editor and they don&#8217;t need to mess with language stuff at all since we could now take care of that ourselves.</p>
<p>I&#8217;m staying with CS3, I lament the loss of rotate canvas and spring loaded tools, maybe CS5 will be better?</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/photoshop-cs4-i-dont-like-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to turn on Firefox color management</title>
		<link>http://internet-retards.com/wpmu/photoshop/how-to-turn-on-firefox-color-management/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/how-to-turn-on-firefox-color-management/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 07:33:08 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Color Correction]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=223</guid>
		<description><![CDATA[Many images on the net, especially photos will not display as intended using the photos color profile (If any) in non-color managed browsers. Firefox 3 has support for color management, but it&#8217;s turned off by default and the only way to turn it on is to use about:config Type about:config into the address bar Type [...]]]></description>
			<content:encoded><![CDATA[<p>Many images on the net, especially photos will not display as intended using the photos color profile (If any) in non-color managed browsers.</p>
<p>Firefox 3 has support for color management, but it&#8217;s turned off by default and the only way to turn it on is to use about:config<span id="more-223"></span></p>
<p>Type about:config into the address bar<br />
Type gfx.color_management.enabled into the find bar of the about:config screen.</p>
<p>Doubleclick the word <em>false</em> so it turns into True, and close the about:config page and restart Firefox.</p>
<p>Now Firefox will display photos with embedded color profiles properly and use color management. Photos without embedded color profiles will default correctly to sRGB and display as they would without color management.</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/how-to-turn-on-firefox-color-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staying organized with Smart Collections In Lightroom</title>
		<link>http://internet-retards.com/wpmu/photoshop/staying-organized-with-smart-collections-in-lightroom/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/staying-organized-with-smart-collections-in-lightroom/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 07:27:12 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=194</guid>
		<description><![CDATA[Smart collections is an awesome feature of Lightroom that I use the heck out of to help me stay organized. There are so many things you can do with smart collections so if you haven&#8217;t digged into them yet you are missing out bigtime. As opposed to a normal collection, where you decide what photos [...]]]></description>
			<content:encoded><![CDATA[<p>Smart collections is an awesome feature of Lightroom that I use the heck out of to help me stay organized. There are so many things you can do with smart collections so if you haven&#8217;t digged into them yet you are missing out bigtime.<span id="more-194"></span></p>
<p>As opposed to a normal collection, where <em>you</em> decide what photos is put into the collection, smart collections are <em>live</em> and updates themselves on the fly, according to criterias you setup.</p>
<p>One use for smart collections that I use a lot is to create a smart collection that shows me all the non-rejected photos that has not been keyworded yet. I select that smart collection once in a while when I have some down time to see if there&#8217;s any matches. Then I just select the keyword spray can tool, type in keywords and spray the photos that maches, change keywords, spray some more until the smart collection is empty and I&#8217;m done, knowing that all my photos are keyworded so I can find stuff easily later.</p>
<p>Here&#8217;s how you setup such a smart collection.</p>
<p>First select the collections panel. Click on the plus icon and select Create smart collection.</p>
<p>In the smart collection name texbox type: Without Keywords (RAW/DNG/TIFF/PSD)<br />
Match: All<br />
First criteria: Keywords &#8211; Is Empty</p>
<p>Hold down ALT and Click on the hash icon at the end of the last entry in the criteria list to add a special criteria. Accept the default: <em>Any of the following are true</em></p>
<p>From the last item in the criteria list below the <em>Any of the following</em> dropdown select File type: Digital Negative</p>
<p>Click the plus sign at the end and add another criteria.</p>
<p>Again select file type and select RAW</p>
<p>Add 2 more file type criteria: TIFF and Photoshop Document. I skip JPEG because I never use jpegs for anything but intermediate exported images for web or clients so no point in keywording those.</p>
<p>Click OK to save your new smart collection. You should now see a list of all your DNG,RAW, TIFF and Photoshop files that are not keyworded. Go ahead and start adding keywords to them. As soon as you add a keyword the photo will dissapear from the list as it no longer matches the criterias.</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/staying-organized-with-smart-collections-in-lightroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing folder names in Lightroom</title>
		<link>http://internet-retards.com/wpmu/photoshop/changing-folder-names-in-lightroom/</link>
		<comments>http://internet-retards.com/wpmu/photoshop/changing-folder-names-in-lightroom/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:08:26 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://internet-retards.com/wpmu/photoshop/?p=186</guid>
		<description><![CDATA[I do a lot of organizing into folders in Lightroom because I sometimes need to view images outside of Lightroom so having a nice hierachy is an advantage. If you want to do the same but are wondering how here&#8217;s how to change foldernames and add folders and subfolders in Lightroom: First make sure you&#8217;r [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of organizing into folders in Lightroom because I sometimes need to view images outside of Lightroom so having a nice hierachy is an advantage.</p>
<p>If you want to do the same but are wondering how here&#8217;s how to change foldernames and add folders and subfolders in Lightroom:<span id="more-186"></span></p>
<p>First make sure you&#8217;r in the Library, hit G if unsure.</p>
<p>Click on the Folders panel. Now select a directory where you want to add a subfolder and click the little + icon and from the popup menu select &#8220;add subfolder&#8221;</p>
<p>Changing folder names in Lightroom is done by context clicking on the folder name and selectin rename.</p>
<p>To change the name of a photo just hit F2 and you get a little dialog where you can change the name.</p>
<p>BTW NEVER change folder and file names outside of lightroom, if you do then Lightroom can&#8217;t find them anymore, big nono.</p>
]]></content:encoded>
			<wfw:commentRss>http://internet-retards.com/wpmu/photoshop/changing-folder-names-in-lightroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

