<div dir="ltr">If you select Operating | Shift Binds to Secondary Radio, then Shift+Fn sends the Fn message on the secondary radio.  In ESM mode, Shift+Enter does the same.  But if the Secondary Radio already has the focus, it doesn't send the message on the Primary Radio, so it's not quite the same as what you're asking for.  Of course you can always press [*] to swap primary/secondary, so you can still call CQ by pressing Enter or Shift+Enter on whatever radio you want.<div><br></div><div>Another way to do it is to first enable Operating | CapsLock Binds to Secondary radio, then use the Tools | Scripts Manager to create a new 4-line LUA script like the following, one for each message key.</div><div><br></div><div><div>wtApp:ToggleCapsLock()<br></div><div>wtApp:SendFKey("F4", WT_KEY_NONE)</div><div>wtApp:ToggleCapsLock()</div><div>return -1<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Then assign that script to Ctrl+F4, perhaps (note that Ctrl+F1, F2, F3, F9, and F12 already do other functions in Win-Test, but maybe you don't need them).</div><div class="gmail_extra"><br></div><div class="gmail_extra">I tried some things, but I cannot see any way use this technique for the Enter key.  To do this for the Enter key and ESM would require major surgery to the ESM script.  It would have to call wtApp:GetKeyState to see if you pressed enter or Ctrl+Enter and ToggleCapsLock() when needed.  Note taht Ctrl-Enter is already used to add manually add stations to the band map so you would have to define another key to do that.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div><div>73,<div>Bob, N6TV</div></div></div>
<br><div class="gmail_quote">On Mon, Oct 12, 2015 at 2:44 PM, Martin , LU5DX <span dir="ltr"><<a href="mailto:lu5dx@lucg.com.ar" target="_blank">lu5dx@lucg.com.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p dir="ltr"></p>
<p dir="ltr">> Hello,<br>
><br>
> I'd like to know if there is a way to send CW messages on the inactive radio, without focus/radio and without inserting a macro in a Fn message or in an additional message.<br>
><br>
> Sort of CTRL+Fn (in N1MM).<br>
><br>
> If using ESM I'd like to know if there is a way to send Enter in the inactive radio also without changing focus or toggling the entry window.<br>
><br>
> Thanks,<br>
><br>
><br>
> Martin LU5DX</p>
<br>_______________________________________________<br>
Support mailing list<br>
<a href="mailto:support@win-test.com" target="_blank">support@win-test.com</a><br>
<a href="http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support" rel="noreferrer" target="_blank">http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support</a><br>
<br></blockquote></div><br></div></div></div>