<div class="gmail_quote">On Tue, Jul 7, 2009 at 9:11 AM, Bob Henderson <span dir="ltr"><<a href="mailto:bob@5b4agn.net">bob@5b4agn.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div id=":z9" class="ii gt">What I find with Win-Test ESM is<br><br>Cursor in empty call field....CQ message sent<br>Cursor and call in call field....Exchange sent<br><br>However.....<br><br>The cursor never leaves the Call field unless I tab to the exchange field.  This is fine but at the next press of the return key with the cursor still in the Call field the terminator is sent.  This is not what I would expect.  What if I am asked for a repeat?  While the cursor remains in the Call field with a Call, I would expect the exchange to be sent.  As many times as I press return.</div>

</blockquote></div><br>In the Alpha release of Win-Test they distributed ESM.WTS (a Lua script you put in the Application-Data\Win-Test\scripts directory).  Inside it had a function:<br><br>function sendExchangeAgain()<br>

    if (wtQso:IsModePhone()) then<br>        wtApp:SendFKey("F2");<br>    else<br>        wtKeyer:Play("$F5 $F7"); -- $LOGGED ?<br>    end;<br>end;<br><br>Which seems rather odd.  So I changed it to <br>

<br>function sendExchangeAgain()<br>    wtApp:SendFKey("F2");<br>end;<br>
<br>and now ESM resends the exchange as you wish.  Once ESM.WTS is officially released, I think you'll be able to customize ESM mode to a great extent with very minor changes.<br><br>FYI, if someone wants the cursor to move when you press [Enter], add the mesage variable $SPACEBAR to your [Insert] message.<br>

<br>73,<br>Bob, N6TV<br>