Skip to content

Instantly share code, notes, and snippets.

@jc-m
jc-m / WSJT-AutoLog
Last active March 17, 2023 15:00
WSJTX Applescript to automatically log QSOs
set bundleId to "org.k1jt.wsjtx"
set lastLog to ""
global msgRecipient
set msgRecipient to "your id"
to sendMsg(msg)
tell application "Messages"
set msgService to (1st account whose service type = iMessage)
set svcParticipant to participant msgRecipient of msgService
send msg to svcParticipant
@jc-m
jc-m / WSJT-AutoCQ
Last active March 16, 2023 20:35
WSJT Auto CQ Applescript
# Set Alternate F1-F6 bindings
# TX Watchdogs 3 Min
# Hold TX Freq
# CQ:Max Dist
# tested on WSJT v2.6.1
set bundleId to "org.k1jt.wsjtx"
tell application id bundleId to activate
set txPause to false
set txWD to false