We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2136813 commit 682561fCopy full SHA for 682561f
src/EditDialog.cpp
@@ -13,6 +13,7 @@ EditDialog::EditDialog(QWidget* parent)
13
ui(new Ui::EditDialog)
14
{
15
ui->setupUi(this);
16
+ ui->buttonBox->button(QDialogButtonBox::Ok)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Return));
17
18
QHBoxLayout* hexLayout = new QHBoxLayout(ui->editorBinary);
19
hexEdit = new QHexEdit(this);
0 commit comments