31 auto const shortcuts =
33 if (
auto const it = shortcuts.find(
"openLocation"); it != shortcuts.end()) {
34 for (
auto const & keySequence : it.value()) {
35 if (keySequence.count() == 1) {
36 if (event->keyCombination() == keySequence[0]) {
42 }
else if (event->keyCombination()
43 == QKeyCombination(Qt::ControlModifier, Qt::Key_L))
48 QLineEdit::keyPressEvent(event);