Відгуки для YouTube Music Hotkeys
YouTube Music Hotkeys автор Marcin Rataj
53 відгуки
- Оцінка 5 з 5від Користувач Firefox 13642632, 7 років тому
- Оцінка 3 з 5від Chris Skipio, 7 років томуIt's ok, but I would prefer to map my media keyboard keys, instead of some random key combination :S
- Оцінка 5 з 5від tipar, 7 років тому
- Оцінка 4 з 5від Maarten Ronteltap, 7 років тому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!Відповідь розробника
оприлюднено 7 років тому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, 7 років томуDoes what is says. I can't think of a higher praise than that :)
Thanks for making this. - Оцінка 5 з 5від Користувач Firefox 14628434, 7 років томуExcellent, especially after having issues with the desktop app freezing
- Оцінка 5 з 5від Danubio, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14486181, 7 років тому
- Оцінка 2 з 5від Користувач Firefox 14440489, 7 років тому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.Відповідь розробника
оприлюднено 7 років томуAre you able to check if the issue is still present with v1.6.1? - Оцінка 5 з 5від Fred, 7 років тому
- Оцінка 5 з 5від Hitesh Gupta, 7 років тому
- Оцінка 5 з 5від fvsch, 7 років тому
- Оцінка 5 з 5від malikmgm, 8 років тому
Відповідь розробника
оприлюднено 8 років томуThis is a bug caused by macOS hijacking keys, see https://github.com/lidel/google-music-hotkeys/issues/8 for workarounds.- Оцінка 5 з 5від Aleksei, 8 років тому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, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13748985, 8 років тому
- Оцінка 4 з 5від Користувач Firefox 12976263, 8 років тому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 :)Відповідь розробника
оприлюднено 8 років томуThank you! Great workaround while we wait for https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 :) - Оцінка 2 з 5від Користувач Firefox 13627116, 8 років томуUnfortunately the Next Song hotkey (Ctrl+Shift+0) does not work. the other two do.
Відповідь розробника
оприлюднено 8 років тому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.