-
Script Button with Modifier Key
Is it possible to use a modifier key on a script button? I would like a regular click of a button to run a function and a SHIFT + Click to run a different function. Example:
button1.onClick = addAnchor
button1.onClick + SHIFT = addAll