m1lhaus / windhawk-mods

The official collection of Windhawk mods
0 stars 0 forks source link

multi-monitor: Open start menu on window taskbar is clicked #19

Open donsingh opened 6 days ago

donsingh commented 6 days ago

taskbar-empty-space-clicks @m1lhaus

I'm using this mod to launch the start menu on doubleclick on taskbar. with 4 monitors, it would be nice to show the start menu on the window it is called.

m1lhaus commented 5 days ago

Hello @donsingh , unfortunatelly current implementation just sends Win keypress to the system. That opens the Start on the main screen even if your context/focus is on secondary screen. I will take a look if I can utilize UIAutomation API to find and click Start button via API.