I’ve made a custom toolbar for Photoshop but the base idea would work with
pretty much any other software.
I used AutoIt to create a window with buttons which send keyboard commands
to Photoshop. I tried to mimic the look and feel of a native toolbar: it moves
with the PS window, doesn’t keep focus, reacts to minimized and inactive
states of the target application, etc.
The sourcecode, icons and stuff can be downloaded from here: MyPSToolbar.zip
Installation instructions and a more detailed description can be found on
the project page.
It’s not very “artist friendly” but TAs should have no problem customizing the script.
Now I’m looking at more elegant solution: a native, custom panel.
Adobe Configurator is almost the solution. Unfortunately it has its limits (like buttons
can’t have images on them), but if v2.0 ever comes it will make PS customization
simple and easy. (At last…)
Until then it seems that I need to learn flash and flex in order to make more
advanced control for the panels.
Does anyone have experience with these kind of stuff?