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 

Search found 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Auto ALT+TAB every 30 minutes?
nuganen

Replies: 10
Views: 1026

PostForum: Ask for Help   Posted: Wed Nov 21, 2007 5:27 am   Subject: Auto ALT+TAB every 30 minutes?
cheers for the quick response
just have a few more questions
how would you go about changing the code so that doesnt matter how many windows is open it will just loop through that like using a vari ...
  Topic: Auto ALT+TAB every 30 minutes?
nuganen

Replies: 10
Views: 1026

PostForum: Ask for Help   Posted: Wed Nov 21, 2007 1:52 am   Subject: Auto ALT+TAB every 30 minutes?
Hi,

how would you change the code

#Persistent
Settimer, sendaltTab, 5000 ;2 minutes

Return

sendaltTab:
Send, {ALT DOWN}{TAB}{ALT UP}
Return

if you have 4 windows open?
cheers
huy
  Topic: ALT-TAB replacement with icons and window titles in ListView
nuganen

Replies: 131
Views: 22826

PostForum: Scripts & Functions   Posted: Tue Nov 20, 2007 1:49 am   Subject: ALT-TAB replacement with icons and window titles in ListView
hey mate,

how would you go about to make alt-tab every 20 seconds between all the windows that it have open?

cheers
  Topic: Alt+Tab Action for the Mouse Wheel
nuganen

Replies: 32
Views: 8022

PostForum: Scripts & Functions   Posted: Thu Nov 08, 2007 12:59 am   Subject: Re: Alt+Tab Action for the Mouse Wheel


#NoTrayIcon
*MButton::

GetKeyState, CapsState, CapsLock, T
If CapsState = D
SetCapsLockState, Off

Send, {AltDown}{Tab}
Sleep, 200
Loop
{
GetKeyState, WheelState, MButton, P
If WheelS ...
  Topic: Incrementally switch between windows
nuganen

Replies: 153
Views: 33431

PostForum: Scripts & Functions   Posted: Thu Nov 08, 2007 12:05 am   Subject: Incrementally switch between windows
Hi,

Is there a way that we can modified the code so that it will alt+tab automatically every 30 second or 1 minute

say you got a web page monitor and another monitoring system n you just need th ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group