I'm trying to get the lovely VC to "Play Video" (using videolan) & on the same command put VC into standby mode. Also trying to do the same in reverse.
However VC plays the video but does not go into standby mode.
I dragged the VC Standby over from the history window but now when I click Standby manually in VC it plays the video???
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.7-->
<command id="-1" name="Actions copied from LCB">
<action>
<cmdType>Window.Focus</cmdType>
<params>
<param>vlc</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>InputKeys.Send</cmdType>
<params>
<param>{SHIFT}({BACK})</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>