Posterous theme by Cory Watilo

Filed under: multi_monitor

Great software

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}