I have a web player application, and i would like to put it on mute or unmute with a shortcut key.
I want to do this while the chrome window is minimized, for example if i have to answer a call on skype, instead of maximizing the window and pressing the mute button, i would just press a hotkey and the minimized chrome window with my web player application and it would be put to mute.
I can easily create a javascript event for the said combination to put the player on mute, i just need a solution to mute it while the chrome window of the player is minimized and out of focus.
I have tried the "Shortcut Manager 0.7.9" extension for chrome but it does what i can already do in javascript, it doesn't work if the window is minimized.
I can accept 3rd party software, maybe a c++ software that sends my hotkey to the said chrome browser, maybe an auto hot key (.ahk) script? Or maybe a chrome extension that would work while the window is minimized.
Thanks.