From 8ccc726eb5d795dc4f1257cc6c94f6a8befc8d95 Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Thu, 18 Mar 2010 12:18:57 +0100 Subject: [PATCH] Revert "Adapt default shortcut for completion on Mac." This reverts commit 497e514148ab2f92a2c2728ef422d1fbc4961170. I'm proved wrong by other mac installations. --- src/plugins/texteditor/texteditorplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/texteditorplugin.cpp b/src/plugins/texteditor/texteditorplugin.cpp index 3b47ef04942..69bfd073e9f 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())); -- GitLab