Hotkey for minimize

All new ideas for the upcoming releases of ToME 4.x.x should be discussed here

Moderator: Moderator

Post Reply
Message
Author
Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Hotkey for minimize

#1 Post 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

Frumple
Sher'Tul Godslayer
Posts: 1517
Joined: Sat May 15, 2010 9:17 pm

Re: Hotkey for minimize

#2 Post 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.

Nagyhal
Wyrmic
Posts: 282
Joined: Tue Feb 15, 2011 12:01 am

Re: Hotkey for minimize

#3 Post 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!

Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Re: Hotkey for minimize

#4 Post by Canderel »

Oh, already have it installed. I'll do that. thanks for the tip!

Post Reply