mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Correct a flaw in recently modified actions for key F6.
This commit is contained in:
parent
655e0029fd
commit
f7b0e24e70
@ -1966,16 +1966,13 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
|
||||
if(bAltF1F6) {
|
||||
bool b=ui->cbFirst->isChecked();
|
||||
ui->cbFirst->setChecked(!b);
|
||||
return;
|
||||
} else {
|
||||
if(e->modifiers() & Qt::ShiftModifier) {
|
||||
on_actionDecode_remaining_files_in_directory_triggered();
|
||||
} else {
|
||||
on_actionOpen_triggered();
|
||||
}
|
||||
return;
|
||||
}
|
||||
on_actionOpen_next_in_directory_triggered();
|
||||
}
|
||||
}
|
||||
return;
|
||||
case Qt::Key_F11:
|
||||
if((e->modifiers() & Qt::ControlModifier) and (e->modifiers() & Qt::ShiftModifier)) {
|
||||
|
Loading…
Reference in New Issue
Block a user