[WT-support] Automatic Run/S&P switching

Bob Wilson, N6TV n6tv at arrl.net
Mon Oct 16 23:58:13 CEST 2017


Yes, this can be done with Win-Test LUA scripts assigned to each key.

Using Tools | Scripts Manager, assign to Crtl-Up and Ctrl-Down (two
duplicate script files required):

if wtQso: IsOperatingModeRun() then
  wtApp:SendCtrlKey("tab")
end
return 0

Assign to Alt-F4:

if wtQso: IsOperatingModeRun() == False then
  wtApp:SendCtrlKey("tab")
end
return 0

I'm away from the shack, so I cannot not test this syntax myself yet. You
may want to first change Options | Script Editor to Notepad.exe to make
this easier.

73,
Bob, N6TV

On Oct 16, 2017 2:33 PM, "Dez Watson" <g3ww.dez at gmail.com> wrote:

Here's a scenario:

I'm CQ-ing and in Run mode having enabled Run/S&P switching.

After several unanswered CQ's I hit CTRL + UP ARROW to QSY to the nearest
mult.

On hitting CTRL + UP ARROW, at that point is it possible to automatically
invoke CTRL + TAB to switch to S&P mode?

Then after finishing a S&P session, once I hit ALT + F4 (return to run
frequency), is it possible to

automatically invoke CTRL + TAB (to return back to Run mode)?

I know the simple solution would be to use the same F-key messages for both
Run/S&P modes.

73

Dez, G3WW / M6W

_______________________________________________
Support mailing list
support at win-test.com
http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.f5mzn.org/pipermail/support/attachments/20171016/8966746d/attachment.html>


More information about the Support mailing list