Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Minimize All/Show Desktop
#1
How to minimize all windows at once so that desktop is showing?

Not sure if wild cards can be used in min statement

thanks
#2
Does it help?



Macro
Code:
Copy      Help
key Wm;; Win+m
#3
does what help?
#4
sorry, I missed the code you had there

works great!, thanks

I was wondering if I'd cue the windows function Smile
#5
Other way:

Macro
Code:
Copy      Help
str titles
int i
ARRAY(int) handles
GetWindowList &titles "" 1|2|4 0 0 handles
for i 0 handles.len
,min(handles[i])
#6
Win+d shows desktop.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)