<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19088"></HEAD>
<BODY style="FONT-FAMILY: Arial; COLOR: #000000; FONT-SIZE: 10pt" id=role_body bottomMargin=7 leftMargin=7 rightMargin=7 topMargin=7><FONT id=role_document color=#000000 size=2 face=Arial>
<DIV>Bob, are all of the keyboard commands, like RPTDELAY, published in a
convenient-to-use list anywhere? I am always finding out about new ones,
like RPTDELAY, that I could use if I only knew about them.</DIV>
<DIV> </DIV>
<DIV><FONT lang=0 size=2 face=Arial FAMILY="SANSSERIF" PTSIZE="10">George
Wagner, K5KG<BR>941-400-1960 cell
<DIV> </DIV>
<DIV>
<DIV>In a message dated 7/10/2011 2:51:24 P.M. Eastern Daylight Time,
n6tv@arrl.net writes:</DIV>
<BLOCKQUOTE style="BORDER-LEFT: blue 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px"><FONT style="BACKGROUND-COLOR: transparent" color=#000000 size=2 face=Arial>
<DIV class=gmail_quote>On Sun, Jul 10, 2011 at 10:06 AM, Stein Roar Brobakken
<SPAN dir=ltr><<A title=mailto:s-roabr@online.no href="mailto:s-roabr@online.no">s-roabr@online.no</A>></SPAN> wrote:<BR>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class=gmail_quote>
<P class=MsoNormal><SPAN style="COLOR: #1f497d; FONT-SIZE: 11pt" lang=EN-US>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 style="COLOR: #1f497d; FONT-SIZE: 11pt" lang=EN-US><U></U><U></U></SPAN> </P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d; FONT-SIZE: 11pt" lang=EN-US>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 style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px" class=webkit-indent-blockquote>
<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 style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px" class=webkit-indent-blockquote>
<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 style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px" class=webkit-indent-blockquote>
<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><BR><BR>_______________________________________________<BR>Support
mailing
list<BR>support@win-test.com<BR>http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support<BR></FONT></BLOCKQUOTE></DIV></FONT></DIV></FONT></BODY></HTML>