Maybe a tip for others, I made a simple AutoHotkey script and created a Quicklaunch shortcut to it. I use Actual Multiple Monitors to mirror the taskbar to every screen so that the Quicklaunch show desktop icon is present on every screen.
AutoHotkey script:
Send {LWIN down}
Send {LShift down}
Send d
Send {LWin up}
Send {LShift up}
return
Maybe a tip for others, I made a simple AutoHotkey script and created a Quicklaunch shortcut to it. I use Actual Multiple Monitors to mirror the taskbar to every screen so that the Quicklaunch show desktop icon is present on every screen.
AutoHotkey script:
Send {LWIN down}
Send {LShift down}
Send d
Send {LWin up}
Send {LShift up}
return