Beoardielingen foar YouTube Music Hotkeys
YouTube Music Hotkeys troch Marcin Rataj
53 beoardielingen
- Wurdearring: 5 fan 5troch Firefox-brûker 13642632, 7 jierren lyn
- Wurdearring: 3 fan 5troch Chris Skipio, 7 jierren lynIt's ok, but I would prefer to map my media keyboard keys, instead of some random key combination :S
- Wurdearring: 5 fan 5troch tipar, 7 jierren lyn
- Wurdearring: 4 fan 5troch Maarten Ronteltap, 7 jierren lynHey 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!Antwurd ûntwikkeler
7 jierren lyn pleatstIt 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 - Wurdearring: 5 fan 5troch Jeff Seifert, 7 jierren lynPerfectly simple! Does what I wanted and nothing more.
- Wurdearring: 5 fan 5troch Firefox-brûker 14658592, 7 jierren lynDoes what is says. I can't think of a higher praise than that :)
Thanks for making this. - Wurdearring: 5 fan 5troch Firefox-brûker 14628434, 7 jierren lynExcellent, especially after having issues with the desktop app freezing
- Wurdearring: 5 fan 5troch Danubio, 7 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 14486181, 7 jierren lyn
- Wurdearring: 2 fan 5troch Firefox-brûker 14440489, 7 jierren lynWorked 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.Antwurd ûntwikkeler
7 jierren lyn pleatstAre you able to check if the issue is still present with v1.6.1? - Wurdearring: 5 fan 5troch Fred, 7 jierren lyn
- Wurdearring: 5 fan 5troch Hitesh Gupta, 7 jierren lyn
- Wurdearring: 5 fan 5troch fvsch, 7 jierren lyn
- Wurdearring: 5 fan 5troch malikmgm, 8 jierren lyn
- Wurdearring: 2 fan 5troch LSiazsaHrd, 8 jierren lynHello! MediaKeys on macbook with touchbar not working(.
Antwurd ûntwikkeler
8 jierren lyn pleatstThis is a bug caused by macOS hijacking keys, see https://github.com/lidel/google-music-hotkeys/issues/8 for workarounds. - Wurdearring: 5 fan 5troch Aleksei, 8 jierren lynSimply 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 :) - Wurdearring: 5 fan 5troch Firefox-brûker 13786639, 8 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 13748985, 8 jierren lyn
- Wurdearring: 4 fan 5troch Firefox-brûker 12976263, 8 jierren lynWorks 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 :)Antwurd ûntwikkeler
8 jierren lyn pleatstThank you! Great workaround while we wait for https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 :) - Wurdearring: 2 fan 5troch Firefox-brûker 13627116, 8 jierren lynUnfortunately the Next Song hotkey (Ctrl+Shift+0) does not work. the other two do.
Antwurd ûntwikkeler
8 jierren lyn pleatstCTRL+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. - Wurdearring: 5 fan 5troch Firefox-brûker 13623812, 8 jierren lynDoes what is says. Thanks for making this!