Please put your log in a code box.
Inputkeys.Sendkeys works fine for sending letters to notepad, but your syntax is not correct. This should work, but I don't have access to win8 or win10 at the moment:
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.6-->
<command id="-1" name="Actions copied from LCB">
<action>
<cmdType>InputKeys.Send</cmdType>
<params>
<param>{a}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>
There does appear to be something funny going on with the {tab} key. I think VC is converting it to an actual tab character, probably because it was requested by someone ...I won't say who
... and I unfortunately did not notice that it was messing up the inputkeys action. I'll have to see if there is a way to keep both or since it is not really important I can just get rid of the {tab} variable if necessary.
http://voxcommando.com/forum/index.php?topic=2223.0