I am trying to create a shortcut that allows me to go to my 3d Desktop then open a new finder window that goes to the desktop.
My desktops are currently set up so that pressing Control + 1, goes to first desktop, control + 2 to second desktop etc..
I am trying to create an Applescitp to do this but I am stumbling on the first command.
I want to do the 'Command + 3' keystroke so that it takes me to the 3d desktop but it's not working.
I use:
tell app "System Events" keystroke "3" using command down end tell
I am in OSX Yosemite.
thank you for your help
My desktops are currently set up so that pressing Control + 1, goes to first desktop, control + 2 to second desktop etc..
I am trying to create an Applescitp to do this but I am stumbling on the first command.
I want to do the 'Command + 3' keystroke so that it takes me to the 3d desktop but it's not working.
I use:
tell app "System Events" keystroke "3" using command down end tell
I am in OSX Yosemite.
thank you for your help