rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
14.86k stars 1.05k forks source link

Background app is minimizing on Win+D shortcut #2408

Open Sunshine6low opened 3 hours ago

Sunshine6low commented 3 hours ago

Hi! I created an electron app to show it on my desktop background (showing only html is not my case, i need to use native features from node), but window is minimizing when I press Win+D. On Win+M it works normally, but Win+D minimizing to my native desktop background.

Tell me please, does it have workaround or i need to deal with this in my app?

Sunshine6low commented 3 hours ago

Windows 22H2 lively_log_20240928_171149.zip

rocksdanister commented 2 hours ago

Apps have manage their own input hooks, I don't have control. You will have to manage it on the app side.