mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-22 23:58:55 -04:00
With Alternate F1-F5 checked, let Ctrl+F1 send the message in Tx1.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user