mirror of https://github.com/procxx/kepka.git
Added shortcut to open dialog for attachements.
This commit is contained in:
parent
4169927d83
commit
e966213ff8
|
@ -5351,6 +5351,8 @@ void HistoryWidget::keyPressEvent(QKeyEvent *e) {
|
||||||
}
|
}
|
||||||
} else if (e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter) {
|
} else if (e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter) {
|
||||||
onListEnterPressed();
|
onListEnterPressed();
|
||||||
|
} else if (e->key() == Qt::Key_O && e->modifiers() == Qt::ControlModifier) {
|
||||||
|
chooseAttach();
|
||||||
} else {
|
} else {
|
||||||
e->ignore();
|
e->ignore();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue