Answered
Action script that selects circle marquee tool
Hi,
I'm looking to create a cusom action script that just selects the circle marquee tool so that I can then assign an F key to it for a short cut. Is this possible and how?
Thanks for any help
Hi,
I'm looking to create a cusom action script that just selects the circle marquee tool so that I can then assign an F key to it for a short cut. Is this possible and how?
Thanks for any help
(r = new ActionReference()).putClass(stringIDToTypeID('marqueeEllipTool'));
(d = new ActionDescriptor()).putReference(stringIDToTypeID('target'), r);
executeAction(stringIDToTypeID('select'), d, DialogModes.NO)Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.