Forums list
New topics
Topics list
Search
Help
Login
Register


Topic: «How to Launch Mirror Monitor via a Shortcut » on forum: Technical Support   Views: 12073
 
red devil
Registered user
 
Posts: 19
Joined: 07/08/2010
Posted: 03/09/2021 01:53:42
 
 
Hi,

Is there a way to launch the AWM Mirror option of say a Monitor via shortcut parameters (like: "C:\....\ActualWindowManagerCenter.exe -LaunchMirror(name of mirror)")?

I have a multi monitor setup and one has only a mouse interface (so hotkey option is out), hence the requirement, and will also help while remote accessing the system as well with simply double clicking on a desktop or taskbar shorcut.

Thanks and Regards.
 
Top
Bogdan Polishchuk
Administrator
 
Posts: 4010
Joined: 04/04/2012
Posted: 03/10/2021 20:03:53
 
 
Hello, red devil

Thank you for contacting us.

Quote
I have a multi monitor setup and one has only a mouse interface (so hotkey option is out)
Could you clarify, do you mean your whole multi-monitor setup has only a mouse interface?

Quote
and will also help while remote accessing the system as well with simply double clicking on a desktop or taskbar shorcut.
Do you mean while remote accessing to the system of the computer with the described setup from a computer which has keyboard?

Unfortunately, AWM doesn't provide the ability which you describe. Have you tried starting mirrors from the AWM tray icon context menu? Does it suit your needs?


Best regards.
 
Top
red devil
Registered user
 
Posts: 19
Joined: 07/08/2010
Posted: 03/10/2021 22:46:05
 
 
Thank you for the prompt reply.

Main display is connected to a Desktop PC and another one is the TV via HDMI, in another room with a mouse. Currently using mirrors via AWM tray icon context menu itself (tray icon location keeps shifting upon reboot as well), but due to the viewing distance it becomes cumbersome at times. And a big taskbar icon seems easier to open, perhaps consider this as a feature request then or maybe a jumplist menu atleast, if AWM exe is pinned onto the taskbar.

Regards.
 
Top
Bogdan Polishchuk
Administrator
 
Posts: 4010
Joined: 04/04/2012
Posted: 03/17/2021 03:29:11
 
 
red devil,

We'll consider your request and will post here if the feature is implemented.

For now you can set a hotkey for the mirror in the mirror settings in the configuration module of AWM and create a batch file which runs this hotkey.

The script in the batch file should look like this:

Code
@if (@CodeSection == @Batch) @then
@echo off
CScript //nologo //E:JScript "%~F0"
goto :EOF
@end
WScript.CreateObject("WScript.Shell").SendKeys("^Z");


This is for the key combination Ctrl+Z and the combination is specified in the last line ("^Z", ^ - is for Ctrl). You can learn more about this solution in this answer. You can find the full list of the symbols here.

Please note that when specifying the key combination in the script you have to use capital letters, as they are specified as capital in the configuration module.
 
Top
red devil
Registered user
 
Posts: 19
Joined: 07/08/2010
Posted: 03/20/2021 21:17:12
 
 
Thank you for the workaround and for considering my request.

Just noticed another issue: AWM 'Mirror the Mouse area' and Windows 10 Magnifer is invisible to the AWM Mirror window while its hardware acceleration is turned on. Is this a bug or not?
 
Top
Bogdan Polishchuk
Administrator
 
Posts: 4010
Joined: 04/04/2012
Posted: 03/25/2021 20:01:51
 
 
red devil,

No, this is not a bug. Do you need these windows to be displayed in the mirror window?
 
Top
red devil
Registered user
 
Posts: 19
Joined: 07/08/2010
Posted: 03/26/2021 02:56:25
 
 
Yes i use it often (due to the viewing distance) while dealing with text related windows and require magnifier of some sort. I have set the 'Mouse pointer area' at 2x scale.
 
Top
Bogdan Polishchuk
Administrator
 
Posts: 4010
Joined: 04/04/2012
Posted: 04/16/2021 07:06:54
 
 
Hello, red devil

Unfortunately, it's not possible to implement the ability to display AWM "the area around the mouse pointer' mirror and Windows Magnifer in AWM mirror with enabled hardware acceleration.
 
Top


User(s) reading this topic
Number of guests: 1, registered members: 0, in total hidden: 0


Forums list
New topics
Topics list
Search
Help
Login
Register