Erstellen von Spotify-Tastenkombinationen

21904
Lynob

Ich arbeite unter Windows 10 64 Bit und nutze die Desktopversion von spotify. Gibt es eine Möglichkeit, Spotify-Tastenkombinationen zum Anhalten / Abspielen und Überspringen von Tracks zu erstellen, wenn Sie sich außerhalb von Spotify befinden? Ich will es nicht weiter öffnen. Ich kann browsen oder codieren, ich brauche kurze Verknüpfungen.

5
Hey Spotify, mach 'Enter', wenn du über einem Song schwebst ** einen Song ** abspielst, anstatt ihn zu speichern Kolob Canyon vor 6 Jahren 0

2 Antworten auf die Frage

10
torchhound

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.

Teilweise für mich arbeiten. beppe9000 vor 7 Jahren 0
8
Hewbot

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 it 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.

Dies ist nicht erforderlich, wenn Ihre Tastatur bereits über Medientasten verfügt! beppe9000 vor 7 Jahren 0
Wissen Sie, ob es möglich ist, AutoHotkey für die Funktion ** Zu meiner Musik hinzufügen ** zu verwenden? Da es sich bei der Spotify-App nicht um eine Menüoption handelt, habe ich Probleme, dies herauszufinden. juil vor 7 Jahren 0