Guest User

Untitled

a guest
Dec 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. -- iTunes Skip 30
  2. tell application "iTunes" to set player position to (player position + 30)
  3.  
  4. -- iTunes Back 10
  5. tell application "iTunes" to set player position to (player position - 10)
Add Comment
Please, Sign In to add comment