Simulate pressing shortcuts in mac applications using AppleScript


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "System Events"
  2. tell application "iTunes" to activate
  3. key code 45 using {command down, option down, shift down}
  4. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.