With Alternate F1-F5 checked, let Ctrl+F1 send the message in Tx1.

This commit is contained in:
Joe Taylor 2019-03-22 13:52:06 -04:00
parent e38091705b
commit 665dbd0f78
2 changed files with 5 additions and 4 deletions

View File

@ -1915,7 +1915,11 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
case Qt::Key_F1:
if(bAltF1F5) {
if(m_mode=="FT4") {
ft4_tx(6);
if(e->modifiers() & Qt::ControlModifier) {
ft4_tx(1);
} else {
ft4_tx(6);
}
return;
}
auto_tx_mode(true);

View File

@ -2774,9 +2774,6 @@ list. The list can be maintained in Settings (F2).</string>
<property name="text">
<string>About WSJT-X</string>
</property>
<property name="shortcut">
<string>Ctrl+F1</string>
</property>
</action>
<action name="actionWide_Waterfall">
<property name="text">