Trying to find some key+click combination to bring all windows for a given application to the top of z-order. For example, I have several Putty terminal windows open in the stacked taskbar icon and I want to display all of them, not just the last used. The only work-around I have found so far is to shift+right-click and "minimize all windows" followed by "restore all windows". Any simpler way to do this?
|
A better option than the Windows key is to hold down Control and click once for each window on the taskbar icon. |
|||
|
|
|
As suggested by Wil, AutoHotkey can do it. Here is a script that will put on top all PuTTY windows. It is activated when pressing the Win+p hotkey:
|
|||||
|
|
Hold down Shift, Right click on the taskbar Icon, Select "Restore all windows." Found here with a bunch of good shortcuts: http://lifehacker.com/5390086/the-master-list-of-new-windows-7-shortcuts |
|||||
|
|
I do not think that such a thing exists.... Possibly you could write a AHK script, but I am not an expert there. The only built in function I know of is to do what you have done, or, if the application has a stack, you can bring them all up by pressing Windows Flag+Number (1-0), keep holding Windows Flag and press Tab to cycle through the selection.... But I think this is probably even longer. |
|||
|
|
|
Hold ctrl as you click on the grouped icon. Should bring each one up successively. |
|||
|
|
|
A little old a topic, but it's topical to me, as I switched to Win7 at work only recently. I just left-click rapidly on the group icon in the task bar: each single click takes one more of the windows to the front, at some point you start cycling though them... This continuous fire feels moronic, but maybe this impression is correct. |
|||||
|