Revisiones de YouTube Music Hotkeys
YouTube Music Hotkeys por Marcin Rataj
53 revisiones
- Se valoró con 5 de 5por Usuario de Firefox 13642632, hace 7 años
- Se valoró con 3 de 5por Chris Skipio, hace 7 añosIt's ok, but I would prefer to map my media keyboard keys, instead of some random key combination :S
- Se valoró con 5 de 5por tipar, hace 7 años
- Se valoró con 4 de 5por Maarten Ronteltap, hace 7 añosHey 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!Respuesta del desarrollador
publicado el hace 7 añosIt 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 - Se valoró con 5 de 5por Jeff Seifert, hace 7 añosPerfectly simple! Does what I wanted and nothing more.
- Se valoró con 5 de 5por Usuario de Firefox 14658592, hace 7 añosDoes what is says. I can't think of a higher praise than that :)
Thanks for making this. - Se valoró con 5 de 5por Usuario de Firefox 14628434, hace 7 añosExcellent, especially after having issues with the desktop app freezing
- Se valoró con 5 de 5por Danubio, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14486181, hace 7 años
- Se valoró con 2 de 5por Usuario de Firefox 14440489, hace 7 añosWorked 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.Respuesta del desarrollador
publicado el hace 7 añosAre you able to check if the issue is still present with v1.6.1? - Se valoró con 5 de 5por Fred, hace 7 años
- Se valoró con 5 de 5por Hitesh Gupta, hace 7 años
- Se valoró con 5 de 5por fvsch, hace 7 años
- Se valoró con 5 de 5por malikmgm, hace 8 años
- Se valoró con 2 de 5por LSiazsaHrd, hace 8 añosHello! MediaKeys on macbook with touchbar not working(.
Respuesta del desarrollador
publicado el hace 8 añosThis is a bug caused by macOS hijacking keys, see https://github.com/lidel/google-music-hotkeys/issues/8 for workarounds. - Se valoró con 5 de 5por Aleksei, hace 8 añosSimply 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 :) - Se valoró con 5 de 5por Usuario de Firefox 13786639, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13748985, hace 8 años
- Se valoró con 4 de 5por Usuario de Firefox 12976263, hace 8 añosWorks 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 :)Respuesta del desarrollador
publicado el hace 8 añosThank you! Great workaround while we wait for https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 :) - Se valoró con 2 de 5por Usuario de Firefox 13627116, hace 8 añosUnfortunately the Next Song hotkey (Ctrl+Shift+0) does not work. the other two do.
Respuesta del desarrollador
publicado el hace 8 añosCTRL+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. - Se valoró con 5 de 5por Usuario de Firefox 13623812, hace 8 añosDoes what is says. Thanks for making this!