sparhami / BeQuiet

A firefox addon that interacts with page media such as html5 video
Mozilla Public License 2.0
7 stars 3 forks source link

Actual media keys #1

Open nervousDev opened 9 years ago

nervousDev commented 9 years ago

Hi there,

I don't know if you are still developing this addon but could make possible to the user be able to set the media keys to the actual media keys (NEXT SONG -> (key) NEXT SONG).

Thank you,

Rui Freitas

sparhami commented 9 years ago

I would like to, but hooking into those keys seems non-trivial. On Windows, I would need to create a DLL that handles the keys and the interact with the add-on. I have tried getting started on it before but have never made significant progress. The various pieces needed to implement it do not seem very well documented.