I have a Page Up command that uses the phrase "Page Up" Or "Go Up"
If I say Page Up all works, if I say Go Up, VC recognises the command, sends it to the history but doesn't go up
Any ideas please?
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.2-->
<command id="360" name="Page Up" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="50" loop="False" loopDelay="0" loopMax="0" description="Page Down">
<action>
<cmdType>SendKeys</cmdType>
<params>
<param>{PGUP}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Go Up, Page Up</phrase>
</command>