Sean 2008-04-15 05:33
I downloaded mirrormon but in order to mirror a monitor, I have to drag the crosshair and drop it in the monitor that I want to mirror. Is there any way to hotkey mirroring? (I have 8 monitors and dragging and dropping would be a very tedious process for how often I want to switch the mirrored monitor)
|
Christian Studer 2008-04-15 10:20
You can start mirroring a specific monitor via command line arguments, see Readme.txt for a list of supported arguments.
Let me know if you have any questions about the command line arguments.
Christian Studer - www.realtimesoft.com
|
Sean 2008-04-17 00:51
so could i technically have 6 of these programs open, with each mirroring a specific monitor or hwnd that i want, and just alt tab between the ones i want to use? becase to the best of my knowledge, changing the command lines isn't exactly any easier than dragging and dropping.
|
Sean 2008-04-17 00:58
And if i were to do that, what would be the command line for viewing a second monitor?
Mirrors primary monitor (1): MirrorMon.exe /s 1 0x10001
How do I change it so that it starts by mirroring, lets say monitor 5?
|
Christian Studer 2008-04-17 12:32
Multiple instances will work, but it will probably have a negative effect on overall system performance.
You could use the screen area of the monitor instead of the HMONITOR (this isn't fixed, and is intended for use by application developers), for example:
MirrorMon.exe /s 2 -1024,0,0,768
This would mirror a monitor with resolution 1024x768, positioned to the left of the primary monitor. You can see screen coordinates under UltraMon menu > About.
Christian Studer - www.realtimesoft.com
|