Page 1 of 1

Hotkey for minimize

Posted: Mon Mar 28, 2011 7:49 pm
by Canderel
Welll... basically, I play a bit at work, and I have 2 monitors there, so alt-tab leaves tome open, and windowsbutton-d minimizes everything. How about a setable key for minimize? Pretty please? :-D

Re: Hotkey for minimize

Posted: Mon Mar 28, 2011 9:29 pm
by Frumple
Since you seem to be in windows, try alt+space, then n. It's not a direct hotkey, but it's quick enough.

Re: Hotkey for minimize

Posted: Wed Mar 30, 2011 9:07 pm
by Nagyhal
Nifty bit of advice from Frumple that not enough Windows users seem to realize.

Failing that, Canderel, you could get yourself immersed with Autohotkey :3

For example, the following script will allow you to minimize the active window by pressing the WIN+N keys:

Code: Select all

#n::WinMinimize, A
As you might be able to notice, it's not too hard to get to grips with this little toy!

Re: Hotkey for minimize

Posted: Wed Mar 30, 2011 9:38 pm
by Canderel
Oh, already have it installed. I'll do that. thanks for the tip!