VoxCommando

Help and Support (Using VoxCommando) => VoxCommando Basics and Core Features => Topic started by: xtermin8r on April 10, 2014, 06:39:13 AM

Title: Start VC in system tray
Post by: xtermin8r on April 10, 2014, 06:39:13 AM
hi

is it possible to send vc to system tray automatically on windows startup ?
Title: Re: Start VC in system tray
Post by: jitterjames on April 10, 2014, 08:39:52 AM
Yes.  Take a look at the advanced tab on options.

http://voxcommando.com/mediawiki/index.php?title=Options#Advanced

then create a command that closes VC on startup.

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 1.9.1.8-->
<command id="292" name="close on startup" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Window.Close</cmdType>
    <params>
      <param>voxcommando</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Window.Close</cmdType>
    <params>
      <param>voxcommandosp</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>close on startup</phrase>
  <event>VC.Loaded</event>
</command>
Title: Re: Start VC in system tray
Post by: jitterjames on April 10, 2014, 09:09:49 AM
Just be warned that if you disable this option but leave the command in place, you won't be able to start VC because it will close itself on startup, and then you will need to edit either your voicecommands.xml or options.xml manually to regain access to VC.
Title: Re: Start VC in system tray
Post by: Haddood on December 20, 2014, 01:24:38 AM
Adding a delay timer for few seconds can help in case option disabled should give enough time to disable the group, or change the option to fix the situation