Author Topic: Start VC in system tray  (Read 2036 times)

0 Members and 1 Guest are viewing this topic.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Start VC in system tray
« on: April 10, 2014, 06:39:13 AM »
hi

is it possible to send vc to system tray automatically on windows startup ?
« Last Edit: April 10, 2014, 06:41:25 AM by xtermin8r »
Neural Net Based Artificial Intelligence.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in system tray
« Reply #1 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>

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in system tray
« Reply #2 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.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Start VC in system tray
« Reply #3 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
When Voice command gets tough, use hand gestures