The code below is where I am at.
i am kinda getting to grips with payloads but what I am talking about, Page Down (followed by a spoken number)
Should I use a payload range, a payload list or a payload xml?
This is a screenshot of my command, where should I put the payload {1} as where it is placed at the moment, the command is being recognized but the action is only doing Page Down x 1. Despite the OSD confirmation displaying whatever number I say as well.
I'm not following what you mean re a phrase is underlined if a phrase is used.
Example, using the 4directions.
If I say Jump Up 2, nothing is underlined in the OSD & nothing is underlined in the history window???
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.2-->
<command id="697" name="Page Down" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>SendKeys</cmdType>
<params>
<param>{PGDN}{1}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Page Down, Go Down</phrase>
<payloadRange>1,4</payloadRange>
</command>