NW.Js export improvements; Bug fixes.
NW.js/Windows WebView2 exports: disable media keys to prevent them affecting music playback
Out of curiousity. How does C3's implementation of this look like? Does it use a command-line switch or code to specifically disable hardware media keys?
It sets --disable-features=HardwareMediaKeyHandling on the command line.
Alright it's the same method I use. Unfortunately also not the safest solution as you've previously mentioned. Thanks!