AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Send a window to the back

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
feetstink
Guest





PostPosted: Mon Nov 23, 2009 3:05 am    Post subject: Send a window to the back Reply with quote

I have several windows open in the same place and want to be able to do something to send the top window to the bottom.

Is there a way to send a window to the bottom of a stack?
Back to top
entropic



Joined: 21 Dec 2008
Posts: 161

PostPosted: Mon Nov 23, 2009 3:08 am    Post subject: Reply with quote

Alt+Escape will send a window to the back.

Code:

Send !{Esc}
Back to top
View user's profile Send private message
feetstink
Guest





PostPosted: Mon Nov 23, 2009 3:24 am    Post subject: Reply with quote

Hi, thank you for the quick reply. Alt+Escape just seems to toggle between two windows. i was wondering if there was a way to send it directly to the bottom, kind of like the opposite of a winactivate.

If I have 6 windows, if I hit the button 5 times, i would like it to scroll through all 6 windows. Kind of like a shift-alt-tab, but i would want it to actually send the window back, since I have multiple stacked windows on my desktop. so if i click on stack 1, i'll see the next window in stack 1.

Does that make sense? Is that possible?
Back to top
Guest






PostPosted: Mon Nov 23, 2009 3:33 am    Post subject: Reply with quote

check help file for WinSet with Bottom option
Back to top
feetstink
Guest





PostPosted: Mon Nov 23, 2009 3:49 am    Post subject: Reply with quote

Awesome! that worked perfectly. Thanks a lot!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group