Applescript function - send CMD Command down key plus a letter keystroke


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



Copy this code and paste it in your HTML
  1. -- brandonjp 201103210837
  2. on sendCmdPlus(letterKey)
  3. tell application "System Events"
  4. keystroke letterKey using {command down}
  5. end tell
  6. end sendCmdPlus

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.