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