I have a small problem, i hope someone can help me.
I have a Window, for that window i would like to add a ShortcutKey
(I create that with ScriptUI)
window.shortcutKey = "Ctrl + Alt + Q" for example, the problem is, every time i try to add a shortcut to window.shortcutKey i get a message "Bad Argument".
I looked in the Javascript Tool Guide but there is no example how the Argument, for example, (Ctrl+Alt+Q) should look like.
All i know is that the argument type is a String.
Thanks everyone