ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

ClickToDesktop not working with multi-monitor / DisplayFusion

(1/1)

SteveJohnSteele:
ClickToDesktop

sorry to put this here but I couldnt find a better place to put this

I have 2 monitors and DisplayFusion (software that adds additional taskbar for additional monitors)

[primary monitor - real taskbar] [secondary monitor - displayfusion taskbar]

Clicking desktop on primary monitor minimizes all windows on primary monitor/real taskbar - but windows on secondary monitor/displayfusion taskbar are unaffected
also
Clicking desktop on secondary monitor minimizes all windows on primary monitor/real taskbar - but windows on secondary monitor/displayfusion taskbar are unaffected

Clicking the 'show desktop' icon (Vista) hides and unhides all windows (both screens)

The problem seems to be with WinMinimizeAll and WinMinimizeAllUndo (http://www.autohotkey.com/docs/commands/WinMinimizeAll.htm)

Oddly Win+D seems to minimize/restore all windows (both screens), but Win+M minimizes (not restore) only windows on the primary monitor.

Therefore a quick hack would be to replace WinMinimizeAll and WinMinimizeAllUndo with the code to insert Win+D into keyboard.

I hope this helps  :)

SteveJohnSteele:
ClickToDesktop
Therefore a quick hack would be to replace WinMinimizeAll and WinMinimizeAllUndo with the code to insert Win+D into keyboard.
-SteveJohnSteele (November 09, 2009, 12:37 PM)
--- End quote ---

Ive tried the above hack and it works

replace all
  WinMinimizeAllUndo
and
  WinMinimizeAll
with
  Send Keys #d

Navigation

[0] Message Index

Go to full version