Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Contests - Add Shift-F9 to start Single Call mode #277

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ object MainForm: TMainForm
object SingleCalls1: TMenuItem
Tag = 2
Caption = 'Single Calls'
ShortCut = 8312
OnClick = RunMNUClick
end
object Competition1: TMenuItem
Expand Down
1 change: 1 addition & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ Version 1.84 (February 2024)
- K1USN SST - user test field in call history file should be optional (Coded by W7SST)
- DX station will send an abbreviated exchange number in the JARL ALLJA and ACAG contests (Coded by JR8PPG)
- User's exchange number is not abbreviated (not convert 100 to 1TT) (Coded by JR8PPG)
- All Contests - Shift-F9 added as shortcut to start Single Call mode (Coded by W7SST)

Version 1.83 (March 2023)
- Added K1USN Slow Speed Test (Coded by W7SST)
Expand Down