7
1
My laptop, running Windows 7 Pro, is connected to a docking station with 3 monitors.
The screens' disposition is something like that :
- Monitor 1 is 1366x768 (laptop)
- Monitor 2 is 1920x1280
- Monitor 3 is 1080x1920
- Monitor 4 is 1080x1920
The question is
How can I make my mouse go directly from monitor 1 to monitor 4 or 3, without going through monitor 2 ?
I have some solutions by using shortcuts or mouse buttons, but I would like a total transparent solution.
Some programs are near to what I am looking for, but doesn't handle this specific configuration :
- http://www.door2windows.com/unlimited-mouse-dont-let-your-screens-border-stop-your-mouse-cursor/ (No multimonitor support)
- Actual Multiple Monitors, multiple monitor supports, ability to go from right side of monitor 3 to left side monitor 4. But stuck in monitor 1.
Maybe an AHK script will help ? Any other hints ?
Thanks !
Regards,
Edit: replace schema with screen capture.
4I just replace the schema with a screen capture. As you can see, my OS recongnize all 4 screens and they are positionned accordingly to my physical set-up. However, the screen (1) of my laptop is 1366px large and my main screen (2) is 1920px large. If I put screen (1) near screen (4), I won't be able to resolve my problem when trying to access screen (3) from screen (1). – mperrin – 2013-11-23T18:01:54.327
Many thanks for you useful answer. By searching for "Mouse Wrapper", I found this AHK script which helped me a lot in writing the code below.
– mperrin – 2013-11-25T21:04:47.030