As of recently, Spotify has become my music streaming service of choice and I have it going pretty much constantly during my workday. The only downside of using Spotify (at least the only one I’ve come across thus far) is that there are no pause/play/next keyboard shortcuts – and no ability to create them. This isn’t so much an issue if you are using a keyboard with these features built in. I am however, using a ergonomic non-Apple keyboard with no audio buttons. So when my phone rings, I’m scrambling to bring the app to the front of my screen and then reaching for my trackpad to hit the pause button within the applicaiton. But no longer. Using the application Keyboard Maestro, I’ve created a macro to assign these actions to keyboard shortcuts. Below is a quick guide for setting this up yourself.
Quick Guide: Assign Spotify Play/Pause Action to a Keyboard Shortcut using Keyboard Maestro
- Launch the Keyboard Maestro application.
- Select File > New Macro from the menu.
- Type a name for your macro in the Name box. I used Spotify Play/Pause.
- Click the + (plus symbol) to the left of New Trigger and choose Hot Key Trigger from the list.
- Click in the hot key box and type in the shortcut you want to use. I used ⌃⌥P.
- Click the New Action button.
- Under the Categories pane, click Execute.
- Under the Actions pane, double-click Execute an AppleScript.
- In the AppleScript window, type: tell application “Spotify” to playpause
- And that’s it! Now whenever you tap the shortcut key you specified, Spotify will pause or play.
I also created another Spotify Keyboard Maestro macro to skip to the next song. The actions are the same as above except in the AppleScript window, type the following: tell application “Spotify” to next track
Similar Posts:
- Sync Google Contacts with your Mac’s Contacts application
- Turn TextEdit into a Word Processor by Inserting Tables
- Logitech Accessories on Sale Today for Amazon’s Deal of the Day
- Read Web Pages Offline using Safari’s Reading List Feature
- Create Links to an E-mail Messages in the Notes app
Recent Comments