Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2018
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Emacs"
  2.     activate
  3.     tell application "System Events"
  4.         keystroke space using {option down, command down}
  5.     end tell
  6. end tell
  7.  
  8. tell application "Spotify"
  9.     activate
  10.     tell application "System Events"
  11.         keystroke "f" using {control down, command down}
  12.     end tell
  13. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement