Fixes #1767
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user