Copy link to clipboard
Copied
Can someone provide a link to a reference guide or something for selectTool() method in Illustrator JS?
Copy link to clipboard
Copied
there's no official reference, here's a list of Tool names posted by community user andrewh
Copy link to clipboard
Copied
If you look at the .kys file of the keyboard shortcut, you will see the arguments to be passed.
For example, the Direct Select Tool is "Adobe Direct Select Tool" without the backslash "\" from the following notation.
/Adobe\ Direct\ Select\ Tool {
/Context 0
/Modifiers 0
/Represent 65
/Key 65
}