Creating Spotify keyboard shortcuts

94,139

Solution 1

Try Toastify. From the website: "Toastify adds some missing functionallity to the Spotify client(Windows only). It shows a popup, toast style, dialog on track change and it allows you to use global hot keys for Play/Pause, Next, Previous etc." I've used it before to add hotkeys in Windows 7 and 8, works pretty well.

Solution 2

This feature has already been requested, and Spotify developers have manifested their lack of interest in adding it in the near future:

Hey everyone, Spotify Staff here. We wanted to update this idea as it's continued to gain kudos. Right now we don't have any plans to implement this so we're marking it as 'Not Right Now'.

However, you can still solve it with third party softare, like AutoHotkey. Once you have installed it, you only have to add a script like the following:

!Left::Media_Prev
!Right::Media_Next
!DOWN::Media_Play_Pause

This will assign the following shortcuts:

  • Alt + → (right arrow) to skip to the next song
  • Alt + ← (left arrow) to go to the previous song
  • Alt + ↓ (down arrow) to play/pause the currently playing song

Of course, you can modify the script to fit your key preferences. More info about that in AutoKotkey docs.

The benefits of this is that it will work with other media playing programs, such as VLC or Windows Media Player, because they trigger the OS's media keys.

Share:
94,139

Related videos on Youtube

GNT
Author by

GNT

Updated on September 18, 2022

Comments

  • GNT
    GNT over 1 year

    I'm on Windows 10 64 bit, Using spotify desktop free version. Is there a way to create keyboard Spotify shortcuts to pause/play and skip tracks, while outside Spotify? I don't want to keep opening it. I might be browsing or coding, I need quick shortcuts.

    • Admin
      Admin almost 7 years
      Hey Spotify, make Enter when hovering over a song play a song instead of save it
  • beppe9000
    beppe9000 over 7 years
    This is unnecessary if your keyboard already got media keys!
  • beppe9000
    beppe9000 over 7 years
    Partially working for me.
  • juil
    juil about 7 years
    Do you know if it is possible to use AutoHotkey for the Add to My Music functionality? Since it is not a menu option in the Spotify app I'm having trouble figuring it out.
  • DAB
    DAB over 4 years
    I get an error with Toastify when I open link in Chrome... "The site ahead contains harmful programs. Attackers on archive.codeplex.com might attempt to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites that you visit)."
  • May Oakes
    May Oakes about 4 years
    Same here. Not worth the risk!