If the command is FORWARD, scroll forward one row in the viewer and clear the command.
   when ('FORWARD')
    call send(viewid,'_vscrolll','row',1);
    call nextcmd();