Getting WinMinimize to act on currently active window
Posted
by justintime
on Super User
See other posts from Super User
or by justintime
Published on 2010-03-22T17:58:36Z
Indexed on
2010/03/22
18:01 UTC
Read the original article
Hit count: 397
autohotkey
I am trying to write a hotkey to minimize the current window.
My current attempt is below and it does nothing. I can't see how to make commands like WinMinimize act on the currently acitve window.
<^>!z::
WinMinimize,
return
© Super User or respective owner