diff --git a/src/plugins/texteditor/texteditorplugin.cpp b/src/plugins/texteditor/texteditorplugin.cpp index 3b47ef04942ea293bc8114dc420412a43af53e02..69bfd073e9f1914dcfbbd2fe8f8fa10edbc0e01f 100644 --- a/src/plugins/texteditor/texteditorplugin.cpp +++ b/src/plugins/texteditor/texteditorplugin.cpp @@ -127,7 +127,7 @@ bool TextEditorPlugin::initialize(const QStringList &arguments, QString *errorMe #ifndef Q_WS_MAC command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Space"))); #else - command->setDefaultKeySequence(QKeySequence(tr("Alt+Space"))); + command->setDefaultKeySequence(QKeySequence(tr("Meta+Space"))); #endif connect(completionShortcut, SIGNAL(activated()), this, SLOT(invokeCompletion()));