Every artist who uses Photoshop for painting knows eyedropper color picker is the most important and essential tool. I’ve been using Photoshop for 15 years and all this time there was something wrong with this tool. From version to version of the program it always felt like lagging and never picking color as quickly as necessary.

At some point I had put up with the the problem just slowing down the work process until recently I finally found out the cause of the problem. It was so ridiculously obvious that I still feel shame!

In the internet you’ll find tons of information how to optimize Photoshop but non tell the most obvious reason of micro delays using eyedropper tool, no matter how fast your computer is.

The fact is that eyedropper tool assigned to Alt key. The fist and the most essential function of this key on Windows OC is selection of main menu in any Windows application. So before it even gets to the eyedropper tool Alt selects menu in Photoshop. You can see it when File Edit Image… menu become underlined then highlighted. And only after this if Alt is still pressed Photoshop changes Brush tool to Eyedropper tool. All this cause small lags, color misspicking and a lot of irritation because the procedure is iterated a lot.

And this bug unfortunately can’t be avoided by regular methods. Neither Photoshop not Windows allow To reassign this Alt key. However there is an external solution. You can use Autohotkey script to turn the menu selection of in Photoshop. Here is the code for the script:

#IfWinActive ahk_class Photoshop

~LAlt::
Sendinput {Blind}{sc0E9}

KeyWait, LAlt ; this wasit for the key to be RELEASED. So that it doesn't keep spamming SC0E9 (as seen from an AHK window Key history and script info... window.)

Sendinput {Blind}{sc0EA}
 
return


~RAlt::
Sendinput {Blind}{sc0E9}
KeyWait, RAlt ; so that it doesn't keep spamming SC0E9
Sendinput {Blind}{sc0EA}
return

Thank you for the original article: https://github.com/TaranVH/2nd-keyboard/blob/master/Taran's_Windows_Mods/Alt_menu_acceleration_DISABLER.ahk

I hope it will help to improve your experience in drawing with Photoshop.

#brushray #artbrushray #artist #art #photoshop #eyedropper #lag #delay #problem #solution #process #drawing #slow

Like my work? Feel free to contact me ✉ for your personalized piece of art anytime!