ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE - IDEA: timed alt+tab through active windows

<< < (2/3) > >>

mouser:
nice work!
nilness found it - that does exactly what you want and is free:

http://www.analogx.com/contents/download/system/autotab.htm

analogx, btw, for people don't know, is a great source of unique freeware.

Scott:
Haha, no wonder I couldn't remember where I'd heard of that application!

jacques0:
Gentlemen:  Thank you very much; that is EXACTLY the program I was hoping for.  I just installed it and it works great.

Oddly, I have been to the AnalogX site countless times, and have several of their apps on my system.   I don't know how this eluded me this time, but I sincerely appreciate the efforts of everyone here to find it.

All the best, and have a great weekend.

Jacques

mouser:
you gotta love the quality of people on this forum :)

skrommel:
 :) Here's a quick AutoHotKey-script to Alt-Esc through the active windows with a user defined pause. Escape quits the program.

Edit: Download and install AutoHotKey from www.autohotkey.com. Save the script as TimeToChange.ahk and doubleclick to run.

Skrommel



--- ---;TimeToChange
;Timed switching between active windows
;Skrommel 2005

InputBox, pause, TimeToChange, TimeToChange switches between windows.`n`nPress Escape to quit.`n`nInput time in seconds between window switch:
If pause<1
  pause=1
LOOP:
Send,{LAlt Down}{Esc}{LAlt Up}
Sleep,%pause%000
Goto,LOOP

Esc::
ExitApp

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version