Skip to content

Commit

Permalink
@mbridak Updated show_key_help
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 3, 2024
1 parent db97999 commit 86efcf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion not1mm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1736,13 +1736,14 @@ def show_key_help(self) -> None:
"[Shift-Tab]\tMove cursor left One field.\n"
"[SPACE]\tWhen in the callsign field, will move the input to the\n"
"\tfirst field needed for the exchange.\n"
"[Enter]\tSubmits the fields to the log.\n"
"[Enter]\tSubmits the fields to the log. Unless ESM is enabled.\n"
"[F1-F12]\tSend (CW or Voice) macros.\n"
"[CTRL-G]\tTune to a spot matching partial text in the callsign\n"
"\tentry field (CAT Required).\n"
"[CTRL-M]\tMark Callsign to the bandmap window to work later."
"[CTRL-S]\tSpot Callsign to the cluster.\n"
"[CTRL-SHIFT-K] Open CW text input field.\n"
"[CTRL-=]\tLog the contact without sending the ESM macros.\n"
)

def filepicker(self, action: str) -> str:
Expand Down

0 comments on commit 86efcf5

Please sign in to comment.