<div class="gmail_quote">On Sun, Jul 10, 2011 at 10:06 AM, Stein Roar Brobakken <span dir="ltr"><<a href="mailto:s-roabr@online.no">s-roabr@online.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">I been running LN2HQ this weekend, and one thing I missed VERY MUCH… enable/disable auto CQ!!!<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D"><u></u> <u></u></span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">Is there any plans to make a ALT – XX function for enable/disable auto CQ without grabbing the mouse.</span></p></blockquote><div><br></div><div>

As DL6RAI and DL5AXX have explained, there are text commands to toggle AutoCQ ON and OFF, as well as RPTDELAY, which adjusts the delay between CQs, all of which you can do without touching the mouse:</div><div><br></div>
<div>
RPTDELAY [Enter] to bring up the dialog</div><div>Press [Up] or [Down] keys to adjust delay</div><div>Press [Enter] to close dialog</div><div><br></div><div>There is no need to dig into the manual to discover these quick text command shortcuts.  Just make sure:</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>Help | Display Text Command Tips for Menu Items </div></div></blockquote>

<div class="gmail_quote"><div><br></div><div>is CHECKED.  Then, when you hover the mouse pointer for at least two seconds over a menu item like Tools | Automatic CQ Repeat, Win-Test will display the equivalent text commands in a "tool tip" pop-up window.</div>

<div><br></div><div>Finally, if you want a single keystroke Alt-1 to turn repeating CQ ON or, and Alt-2 to turn repeating CQ OFF, just write a couple of two line LUA scripts to issue the text commands:</div><div><br></div>

<div>RPTON.wts:  (Assign to Alt-1)</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>wtApp:TextCommand("RPT")</div>

</div><div class="gmail_quote"><div>return -1</div></div></blockquote><div class="gmail_quote"><div><br></div><div>RPTOFF.wts:  (Assign to Alt-2)</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>wtApp:TextCommand("NORPT")</div></div><div class="gmail_quote"><div>return -1</div></div></blockquote><div class="gmail_quote"><div><br></div><div>73,</div><div>Bob, N6TV</div></div>