Reviews for YouTube Music Hotkeys
YouTube Music Hotkeys by Marcin Rataj
51 reviews
- Rated 3 out of 5by Chris Skipio, 5 years agoIt's ok, but I would prefer to map my media keyboard keys, instead of some random key combination :S
- Rated 5 out of 5by tipar, 6 years ago
- Rated 4 out of 5by Maarten Ronteltap, 6 years agoHey Marcin!
1) Thanks for the update, I installed it and restarted my Firefox, but...it still doesn't work! It still behaves the same way..."MediaPrevTrack" and "MediaNextTrack" are still just playing/pausing the song instead of going to the previous track or next track. I am using Firefox 66.0.2 (64-bit) on Windows 10 Home (version 1803). This is the type of laptop that I am using: https://support.hp.com/us-en/product/hp-envy-15-aq100-x360-convertible-pc/12499186/document/c05270626
Let me know if I can help you with anything to get this fixed!
2) Thanks for the suggestion, I have voted for this bug on the bugzilla site!Developer response
posted 6 years agoIt looks that "MediaPrevTrack" and "MediaNextTrack" playing/pausing are a bug in Firefox:
https://bugzilla.mozilla.org/show_bug.cgi?id=1251795#c13
https://github.com/lidel/google-music-hotkeys/issues/12 - Rated 5 out of 5by Firefox user 14658592, 6 years agoDoes what is says. I can't think of a higher praise than that :)
Thanks for making this. - Rated 5 out of 5by Firefox user 14628434, 6 years agoExcellent, especially after having issues with the desktop app freezing
- Rated 5 out of 5by Danubio, 6 years ago
- Rated 5 out of 5by Firefox user 14486181, 6 years ago
- Rated 2 out of 5by Firefox user 14440489, 6 years agoWorked for 5 mins, then suddenly all assigned media keys on my keyboard just pause/play the track.
Edit: I've played around with this. I can only seem to add 1 media key function (MediaNextTrack/MediaPrevTrack/MediaPlayPause). No matter if I add another one to another function ONLY the first added shortcut will work. I'm totally baffled.Developer response
posted 6 years agoAre you able to check if the issue is still present with v1.6.1? - Rated 5 out of 5by Fred, 6 years ago
- Rated 5 out of 5by Hitesh Gupta, 6 years ago
- Rated 5 out of 5by fvsch, 6 years ago
- Rated 5 out of 5by malikmgm, 6 years ago
Developer response
posted 7 years agoThis is a bug caused by macOS hijacking keys, see https://github.com/lidel/google-music-hotkeys/issues/8 for workarounds.- Rated 5 out of 5by Aleksei, 7 years agoSimply do what it should (almost).
The only thing I'm missing is a shortcuts to like/dislike songs. Extension could be a lot more better with them :) - Rated 5 out of 5by Firefox user 13786639, 7 years ago
- Rated 5 out of 5by Firefox user 13748985, 7 years ago
- Rated 4 out of 5by Firefox user 12976263, 7 years agoWorks very well !!!
For those who want to use keyboard media keys for control, i've done a little AutoHotkey script:
;next song
Media_Next::
IfWinExist, ahk_class MozillaWindowClass
WinActivate
Send !+0
return
;previous song
Media_Prev::
IfWinExist, ahk_class MozillaWindowClass
WinActivate
Send !+9
return
;play/pause
Media_Play_Pause::
IfWinExist, ahk_class MozillaWindowClass
WinActivate
Send !+8
return
You're welcome :)Developer response
posted 7 years agoThank you! Great workaround while we wait for https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 :) - Rated 2 out of 5by Firefox user 13627116, 7 years agoUnfortunately the Next Song hotkey (Ctrl+Shift+0) does not work. the other two do.
Developer response
posted 7 years agoCTRL+SHIFT+0 is hijacked by.. MS Windows, please try fix at:
https://github.com/lidel/google-music-hotkeys/issues/3#issuecomment-352142246
I agree it is unfortunate, but I hope link above will help. - Rated 5 out of 5by Firefox user 13497093, 7 years agoPerfect, exactly what I was looking for. Mozilla should rush itself to enable media keys support, since users use Web Browsers as music players.
- Rated 5 out of 5by Firefox user 13492919, 7 years ago