This commit is contained in:
fourtf
2020-09-26 01:19:47 +02:00
parent b905e0afd1
commit 828fb2c3f5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -435,7 +435,8 @@ void SplitInput::installKeyPressedEvent()
}
}
}
else if (event->key() == Qt::Key_C &&
else if ((event->key() == Qt::Key_C ||
event->key() == Qt::Key_Insert) &&
event->modifiers() == Qt::ControlModifier)
{
if (this->split_->view_->hasSelection())