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
|
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.
| |||
|
feedback
|
|
According to the AutoHotkey help file, you can use the letter A to indicate the active window:
| |||
|
feedback
|