411 | @@ -412,7 +412,6 @@ void BitcoinGUI::createActions()
412 | #endif // ENABLE_WALLET
413 |
414 | connect(new QShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_C), this), &QShortcut::activated, this, &BitcoinGUI::showDebugWindowActivateConsole);
415 | - connect(new QShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_D), this), &QShortcut::activated, this, &BitcoinGUI::showDebugWindow);
Removing this shortcut is not mentioned in the PR description.
Moreover, I'd prefer to keep it as is.
Refs:
Oh, my bad, the change was in response to an earlier review by @promag.
Just read the refs and reverted the change :+1: