Hotkey for minimize
Moderator: Moderator
Hotkey for minimize
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? 
Re: Hotkey for minimize
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
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:
As you might be able to notice, it's not too hard to get to grips with this little toy!
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, ARe: Hotkey for minimize
Oh, already have it installed. I'll do that. thanks for the tip!