summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/messageeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/linguist/messageeditor.cpp')
-rw-r--r--tools/linguist/linguist/messageeditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/linguist/linguist/messageeditor.cpp b/tools/linguist/linguist/messageeditor.cpp
index 53cbbea212..c1d5fb3776 100644
--- a/tools/linguist/linguist/messageeditor.cpp
+++ b/tools/linguist/linguist/messageeditor.cpp
@@ -502,6 +502,8 @@ bool MessageEditor::eventFilter(QObject *o, QEvent *e)
m_pluralSource->getEditor()->copy();
return true;
}
+ } else if (ke->key() == Qt::Key_A) {
+ return true;
}
}
} else if (e->type() == QEvent::KeyPress) {