Interesting windows application to automate some repetitive tasks (notice the alternative techniques which appear in "[Techniques for 'driving' Windows applications]"), you can also create [hotkey]s to provide, customized, more friendly keyboard shortcuts, like the example: LAlt & WheelDown::AltTab LAlt & WheelUp::ShiftAltTab (This is not Tcl of course) Such script lets you switch between open application by pressing the Left-ALT key and the mouse wheel, instead of the awkward ALT-TAB combination. http://www.autohotkey.com/ Current version is 1.0.43.02 (released March 30, 2006) [CLN] Of course, for left-handed users, this is a bad combination because both the mouse and the left Alt key are on the left. Is there are reason to limit it to the ''left'' Alt key? Why not either one? This is just one issue in supporting [Left- and Right-Handed Users]. <> Windows