476
Finished Programs / Re: ALT-TAB edge of the screen (new)
« Last post by AndyM on February 20, 2008, 04:55 PM »Here's the line I have to invoke the script by holding the mouse against the right edge of my monitor (it's wide 1920x1200) and only in a large center area:
If (mx=1919) and (my>200) and (my<800)
I also prefer the Alt-Escape behavior to Alt-Tab, so I changed two lines to:
Send,{Alt Down}{Esc}
This is cool, I'm keeping it!
Thanks Skrommel!!!
If (mx=1919) and (my>200) and (my<800)
I also prefer the Alt-Escape behavior to Alt-Tab, so I changed two lines to:
Send,{Alt Down}{Esc}
This is cool, I'm keeping it!
Thanks Skrommel!!!

Recent Posts
