Was this for WAE Phone of CW?  In one version of ESM.WTS I see<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">function sendExchangeRun()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    if (wtQso:IsModePhone()) then</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        wtApp:SendFKey("F2");</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    else</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        wtKeyer:Play("$INSERT");</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    end;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    wtQso:SetExchangeSent();</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">end;</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">function sendExchangeAgain()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    wtApp:SendFKey("F2");</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">end;</span><br></div><br>which means to work consistently you probably need to use <b>Operating | Modify the scenarios</b> to modify your F2 key so that it does the same audio switching as the the INSERT key:<br>

<br><span style="font-family: courier new,monospace;">    F2: $RESET $R2R2 $F2 $RESET $R1R2   <--- If this ends in $R1R1, change it</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">INSERT: $RESET $R2R2 $INSERT $RESET $R1R2</span><br style="font-family: courier new,monospace;">

<br><div class="gmail_quote">73,<br>Bob, N6TV<br><br>On Thu, Aug 13, 2009 at 3:25 AM, Toni Lindén <span dir="ltr"><<a href="mailto:oh2ua@oh2u.com">oh2ua@oh2u.com</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;">

Hi Guys!<div><br></div><div><br></div><div>Great job with WT vers 4! I tried it for the first time now at OH8X in WAE CW.</div><div><br></div><div>One thing I noticed with ESM, was that audio switching was not done in right way.</div>


<div><br></div><div>When sending the exchange with ESM, after sending my report RX-audio was always switched so that main radio was in both ears. If I sent the exchange with INS, audio was switched correctly (according the scenarios).</div>


<div><br></div><div>Setup: WT 4.0.1 & MK2R+</div><div><br></div><div><br></div><div>73 de Toni, OH2UA</div></blockquote></div><br>