diff --git a/WSJT-X_Users_Guide.docx b/WSJT-X_Users_Guide.docx index 6b377b79b..0ee4e0032 100644 Binary files a/WSJT-X_Users_Guide.docx and b/WSJT-X_Users_Guide.docx differ diff --git a/mainwindow.cpp b/mainwindow.cpp index 983cb398d..e4210e579 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2790,6 +2790,7 @@ void MainWindow::rigOpen() if(m_poll>0) { ui->labRigOpen->setStyleSheet("QLabel{background-color: red}"); + ui->readFreq->setStyleSheet("QPushButton{background-color: #00ff00}"); } else { ui->labRigOpen->setStyleSheet("QLabel{background-color: orange}"); } diff --git a/mainwindow.ui b/mainwindow.ui index a3b236551..0470465cc 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -631,7 +631,7 @@ p, li { white-space: pre-wrap; } - buttonGroup + buttonGroup @@ -662,7 +662,7 @@ p, li { white-space: pre-wrap; } true - buttonGroup + buttonGroup @@ -690,7 +690,7 @@ p, li { white-space: pre-wrap; } - buttonGroup + buttonGroup @@ -840,7 +840,7 @@ p, li { white-space: pre-wrap; } - buttonGroup + buttonGroup @@ -973,7 +973,7 @@ p, li { white-space: pre-wrap; } - buttonGroup + buttonGroup @@ -1001,7 +1001,7 @@ p, li { white-space: pre-wrap; } - buttonGroup + buttonGroup @@ -1536,7 +1536,7 @@ p, li { white-space: pre-wrap; } - + 0 @@ -1555,19 +1555,19 @@ p, li { white-space: pre-wrap; } 180 - + 1 - + 60.000000000000000 - + 0.000000000000000 - + 8 - + 0.000000000000000 @@ -2209,6 +2209,19 @@ p, li { white-space: pre-wrap; } + + + + + 15 + 15 + + + + + + + @@ -2221,7 +2234,7 @@ p, li { white-space: pre-wrap; } 0 0 711 - 25 + 21 @@ -2552,7 +2565,7 @@ p, li { white-space: pre-wrap; } Special mouse commands - F4 + F5 diff --git a/shortcuts.txt b/shortcuts.txt index 26dc58a3a..821ec702d 100644 --- a/shortcuts.txt +++ b/shortcuts.txt @@ -1,15 +1,16 @@ F1 Online User's Guide +Ctrl+F1 About WSJT-X F2 Open configuration window F3 Display keyboard shortcuts -F4 Display special mouse commands +F4 Clear Dx Call and Dx Grid entries Alt+F4 Exit program +F5 Display special mouse commands F6 Open next in directory F11 Move Rx frequency down 1 Hz Ctrl+F11 Move Rx and Tx frequencies down 1 Hz F12 Move Rx frequency up 1 Hz Ctrl+F12 Move Rx and Tx frequencies up 1 Hz Shift+F6 Decode remaining files in directory -Ctrl+F1 About WSJT-X Alt+D Decode again at QSO frequency Shift+D Full-bandwidth decode (both windows) Alt+E Erase() diff --git a/wsjtx.iss b/wsjtx.iss index ea5b9f4d7..a8009d23c 100644 --- a/wsjtx.iss +++ b/wsjtx.iss @@ -8,6 +8,7 @@ DefaultGroupName=wsjtx [Files] Source: "c:\Users\joe\wsjt\wsjtx_install\wsjtx.exe"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\jt9.exe"; DestDir: "{app}" +Source: "c:\Users\joe\wsjt\wsjtx\lib\jt9code.exe"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\rigctl.exe"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\wsjt.ico"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\wsjtx_install\afmhot.dat"; DestDir: "{app}";