web.music.control
This is a solution for control web-based music players with global hotkeys.
hotKey.bin/hokey.exe is a binary that starts a service
It listens for global hotkeys: ctrl + alt + home, ctrl + alt + pgUp, ctrl + alt + pgDwn, media play/pause
Also it keeps tcp connection with browser until global event occurs.
So as soon as hotKey was pressed, it sends command to browser and closes connection.
"extension" adds a button to pause/play music and also it listens for service hokey.exe.
To add extension:
0. download current extension
- open chromium-based browser
2. Go to settings -> tools -> extensions
3. check "Developer mode"
4. click "Load unpacked extension..." button and choose extension folder
5. start hotKey.bin/install.bat. It adds hokey.exe to startup folder and starts service.