Below are elements that are expected to be in a Photoshop pattern library file.
- Headers (h1 - h5)
- Paragraphs
- Lead Copy
- Unordered List
if application "Spotify" is running then | |
tell application "Spotify" to playpause | |
else if application "iTunes" is running then | |
tell application "iTunes" to playpause | |
end if | |
if application "Spotify" is running then | |
tell application "Spotify" to next track | |
else if application "iTunes" is running then | |
tell application "iTunes" to next track |