From 113f0bac160d5aeb36cdeb58261341a8d992c142 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 5 Jul 2007 17:48:38 +0000 Subject: [PATCH] Corrected Help screen for F11, F12 commands, git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@473 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/map65.py b/map65.py index 8b0e8faad..cc5ccc99c 100644 --- a/map65.py +++ b/map65.py @@ -616,6 +616,10 @@ Shift+F8 Set JT65B mode Ctrl+F8 Set JT65C mode F10 Show Waterfall Shift+F10 Show astronomical data +F11 Decrease DF +F12 Increase DF +Shift+F11 Decrease QSO Frequency +Shift+F12 Increase QSO Frequency Alt+1 to Alt+6 Tx1 to Tx6 Alt+A Toggle Auto On/Off Alt+D Decode @@ -630,7 +634,6 @@ Alt+O Tx Stop Alt+Q Log QSO Alt+S Stop Monitoring or Decoding Alt+X Exclude -Right/Left Arrow Increase/decrease Freeze DF """ Label(scwid,text=t,justify=LEFT).pack(padx=20) scwid.focus_set()