I'm tinkering and trying to make life easier with scripts. One that would help is the ability to use SHIFT+COMMAND and a keystroke. For my COMMAND only scripts, I'm using something like this:
osascript -e 'tell application "System Events" to key code {13} using command down'
How can I incorporate the SHIFT key into this script?
Thanks--DVG