YouTube Music Hotkeys 的评价
YouTube Music Hotkeys 作者: Marcin Rataj
51 条评价
- 评分 3 / 5来自 Chris Skipio,6 年前It's ok, but I would prefer to map my media keyboard keys, instead of some random key combination :S
- 评分 5 / 5来自 tipar,6 年前
- 评分 4 / 5来自 Maarten Ronteltap,6 年前Hey 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!开发者回应
发布于 6 年前It 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 - 评分 5 / 5来自 Firefox 用户 14658592,6 年前Does what is says. I can't think of a higher praise than that :)
Thanks for making this. - 评分 5 / 5来自 Firefox 用户 14628434,6 年前Excellent, especially after having issues with the desktop app freezing
- 评分 5 / 5来自 Danubio,6 年前
- 评分 5 / 5来自 Firefox 用户 14486181,6 年前
- 评分 2 / 5来自 Firefox 用户 14440489,6 年前Worked 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. - 评分 5 / 5来自 Fred,6 年前
- 评分 5 / 5来自 Hitesh Gupta,6 年前
- 评分 5 / 5来自 fvsch,6 年前
- 评分 5 / 5来自 malikmgm,6 年前
- 评分 5 / 5来自 Aleksei,7 年前Simply 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 :) - 评分 5 / 5来自 Firefox 用户 13786639,7 年前
- 评分 5 / 5来自 Firefox 用户 13748985,7 年前
- 评分 4 / 5来自 Firefox 用户 12976263,7 年前Works 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 :)开发者回应
发布于 7 年前Thank you! Great workaround while we wait for https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 :) - 评分 2 / 5来自 Firefox 用户 13627116,7 年前Unfortunately the Next Song hotkey (Ctrl+Shift+0) does not work. the other two do.
开发者回应
发布于 7 年前CTRL+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. - 评分 5 / 5来自 Firefox 用户 13497093,7 年前Perfect, exactly what I was looking for. Mozilla should rush itself to enable media keys support, since users use Web Browsers as music players.
- 评分 5 / 5来自 Firefox 用户 13492919,7 年前