Hello
I've got a custom script for all my virtual machine, RDC connections. This script works correctly when I use TeamViewer and LogMeIn. The problem is that can't get it to work with Splashtop :-(
Can someone please help point out what I can do get it working.
"Command_L to Control_L (only in virtual machine, RDC)"
<?xml version="1.0"?>
<root>
<item>
<appdef>
<appname>VIRTUALMACHINE</appname>
<equal>com.vmware.fusion</equal>
<equal>com.parallels.desktop</equal>
<equal>com.logmein.ignition</equal>
<equal>com.Splashtop.Business</equal>
<equal>com.Splashtop.BusinessApp</equal>
<equal>com.parallels.vm</equal>
<equal>com.parallels.desktop.console</equal>
<equal>org.virtualbox.app.VirtualBoxVM</equal>
<prefix>com.vmware.proxyApp.</prefix>
<prefix>com.parallels.winapp.</prefix>
</appdef>
</item>
</root>
Thanks very much
Kevin