Author Topic: Show me my commands  (Read 1669 times)

0 Members and 1 Guest are viewing this topic.

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Show me my commands
« on: February 03, 2014, 10:31:41 AM »

UPDATE: This command is now included in standard preset configurations of VC, so you may already have this in your command tree.

Can't remember how to say a command? Can't remember if you even have a particular command?

I find the following voice command indispensable. It opens the same html page of voice commands as when you go to Help > Build Voice Commands.

Super basic, but you may not have noticed the Help.ShowEnabled action.

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="542" name="Show help" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Help.ShowEnabled</cmdType>
    <cmdString />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Show me help, show help, show my commands, what can I say</phrase>
</command>
« Last Edit: May 16, 2014, 10:04:51 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Show me my commands
« Reply #1 on: February 03, 2014, 10:36:53 AM »
I added "what can i say" to your phrases since this seems to be a popular one.

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Show me my commands
« Reply #2 on: February 03, 2014, 10:45:57 AM »
1
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)