Hi! I'm trying to control spotify(especially play and pause) with a keyboard shortcut. I'm unsing Apple Script, but nothing happens when i click Run Script to test it:
tell application "Spotify"
playpause
end tell
Any ideas how to solve this problem? My main goal is to force the F8 button(play/pause) to always control Spotify.