Creating Spotify keyboard shortcuts
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping
--
Chapters
00:00 Creating Spotify Keyboard Shortcuts
00:24 Answer 1 Score 28
01:28 Accepted Answer Score 10
01:51 Thank you
--
Full question
https://superuser.com/questions/1070156/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #windows10 #keyboardshortcuts #spotify
#avk47
ANSWER 1
Score 28
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.
ACCEPTED ANSWER
Score 10
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.