diff --git a/sdrgui/gui/editcommanddialog.cpp b/sdrgui/gui/editcommanddialog.cpp index 69191790e..02125af9c 100644 --- a/sdrgui/gui/editcommanddialog.cpp +++ b/sdrgui/gui/editcommanddialog.cpp @@ -230,6 +230,7 @@ void EditCommandDialog::commandKeyPressed(Qt::Key key, Qt::KeyboardModifiers key // qDebug("EditCommandDialog::commandKeyPressed: has modifiers: %x", QFlags::Int(keyModifiers)); m_key = key; m_keyModifiers = keyModifiers; + setKeyAssociate(); setKeyLabel(); ui->keyCapture->setChecked(false); }