<div class="gmail_quote">On Thu, Sep 22, 2011 at 1:50 PM, Fabio I4UFH <span dir="ltr"><<a href="mailto:i4ufh@libero.it">i4ufh@libero.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

We are using K3 with 2 RX, could be a good shot to have a keyboard shortcut of the bandmamo ALT doubleclick, to move the freq to VFOB<br>
as the CTRL Arrow up/down does for VFOA. a suggestion can be SHFT CTRL Arrow up/down.<br></blockquote><div><br></div><div>Ctrl-Shift-Up Arrow and Ctrl-Shift-Down are already used by Win-Test to move up and down in the band map (including jumping to dupes, which isn't very useful).  I agree that it would be better to use them for moving spots to VFO B, because using Alt-Double-click is awkward.</div>

<div>  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">In the meantime, the ALT doubleclick don't fill the callsign field as the doubleclick does on VFOA, probable because this QSO don't  to be expected to be worked due the fact that is on VFOB, but could be useful to fill the callsign field, because it easy to swap the VFO and work it easy without swap vfo, doubleclick again and work it… More fast typing again the call ….<br>

</blockquote><div><br></div><div>I've written a simple LUA script (attached) that will Swap VFOs A/B on a K3, then copy the callsign from bandmap into the logging window.  Consider assigning it to F9.  In case the attachment doesn't come through, here is the essential part:</div>

<div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">-- Call the K3 SwapVFO script</font></div>

</div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">wtApp:CallScript("SwapVFO")</font></div></div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div><div><font class="Apple-style-span" face="'courier new', monospace">-- Sleep for 200 ms to allow the K3 to complete the operation</font></div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">wtApp:Sleep(200)</font></div>

</div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">-- Send Ctrl-Space to grab the spot closest to the current VFO A frequency</font></div>

</div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">wtApp:SendKey(" ", WT_KEY_CTRL)</font></div></div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div></div></div><div class="gmail_quote"><div><div><font class="Apple-style-span" face="'courier new', monospace">-- No further keystroke processing</font></div></div></div><div class="gmail_quote"><div>
<div>
<font class="Apple-style-span" face="'courier new', monospace">return -1</font></div></div></div></blockquote><div class="gmail_quote"><div><br></div><div>You must first install the K3scripts.zip to get the K3 version of SwapVFO.wts installed (or FT1000scripts.zip or FT2000scripts.zip).  Download these from <a href="http://bit.ly/wtscripts">http://bit.ly/wtscripts</a>, then follow the instructions in the Readme file.</div>

<div><br></div><div>I am not in front of a radio to test it, but it should work.  I am not sure if the 200 ms delay should be increased or decreased, so you may have to play with that number.</div><div><br></div><div>73,</div>

<div>Bob, N6TV</div></div>