Skip to content

Instantly share code, notes, and snippets.

@andrericardo
Created August 30, 2024 16:52
Show Gist options
  • Save andrericardo/7cda491952d5083877bb758f197a51d6 to your computer and use it in GitHub Desktop.
Save andrericardo/7cda491952d5083877bb758f197a51d6 to your computer and use it in GitHub Desktop.
{
"description": "Toggle Spotify play/pause",
"manipulators": [
{
"from": { "key_code": "f8" },
"to": [{ "shell_command": "osascript -e 'tell application \"Spotify\" to playpause'" }],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment