I like listening to music online on sites like stereomood.com. There is a major problem, however. I can not control the player with my keyboard. And even with a mouse - when I want to play/pause I must activate firefox window, select the tab where music plays and hit play/pause button manually - this is a pain, especially when you play a fullscreen game that can not minimize itself. Thus said, global keyboard shortcuts would be a perfect solution. I understand that different online media players have different controls and each site must be configured individually (like, select button with id 'play' and press it), but I believe that can be done in principle.

I also guess that such tricks are impossible without some third-party native app which captures shortcuts and routes them to Firefox window.

So, any solutions? Maybe some AutoHotkey hacks or similar.

link|improve this question
feedback

1 Answer

A little while ago, I found myself wishing I had some keyboard shortcuts for Grooveshark, so I did some research, and I found this nifty firefox addon. It's called keyconfig, and it allows you to make your own shortcuts with a little coding knowledge.

From what I can tell, no one has already made a shortcut for playing/stopping that specific media player, so you'll have to do a little coding to get it to work, but I was able to find a working code for Grooveshark, so it shouldn't be that difficult.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.