Transfer mode set to Awesome http://transfermodeawesome.posterous.com Dorkly bits on Exchange, Windows, software and whatever else I can think of. posterous.com Sun, 16 Aug 2009 01:30:00 -0700 Great software http://transfermodeawesome.posterous.com/2009/08/great-software.html http://transfermodeawesome.posterous.com/2009/08/great-software.html In a running series, I’ll make mention of the software I think is great and helps me on a day-to-day basis.  In my inaugural post, I’ll plug WinSplit Revolution.  When used in combination with AutoHotkey, it makes my multi-monitor setup easier to use by allowing me to flip windows from one screen to another with the click of a mouse button.
Here is the autohotkey script I use to make the mouse control the monitor switching function.  Holding down the right mouse-button and then clicking the left mouse-button pushes a window one monitor to the left.  Holding down the left mouse-button and clicking the right mouse-button pushes a window one monitor to the right.
~RButton & LButton::Send ^!{Left}
~LButton & RButton::Send ^!{Right}

Permalink | Leave a comment  »

]]>