[WT-support] Automatic CQ

Bob Wilson, N6TV n6tv at arrl.net
Sun Jul 10 20:50:44 CEST 2011


On Sun, Jul 10, 2011 at 10:06 AM, Stein Roar Brobakken <s-roabr at online.no>wrote:

> I been running LN2HQ this weekend, and one thing I missed VERY MUCH…
> enable/disable auto CQ!!!****
>
> ** **
>
> Is there any plans to make a ALT – XX function for enable/disable auto CQ
> without grabbing the mouse.
>

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:

RPTDELAY [Enter] to bring up the dialog
Press [Up] or [Down] keys to adjust delay
Press [Enter] to close dialog

There is no need to dig into the manual to discover these quick text command
shortcuts.  Just make sure:

Help | Display Text Command Tips for Menu Items


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.

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:

RPTON.wts:  (Assign to Alt-1)

wtApp:TextCommand("RPT")
return -1


RPTOFF.wts:  (Assign to Alt-2)

wtApp:TextCommand("NORPT")
return -1


73,
Bob, N6TV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.f5mzn.org/pipermail/support/attachments/20110710/1983e1d0/attachment.html>


More information about the Support mailing list