Remove default keybinding for showing/hiding menubar
authorMartin T. H. Sandsmark <martin.sandsmark@kde.org>
Tue, 1 Mar 2016 21:52:08 +0000 (22:52 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 5 Sep 2016 17:12:10 +0000 (19:12 +0200)
Resolves GH-191.

src/qtui/mainwin.cpp

index f1eefc5..3792167 100644 (file)
@@ -406,7 +406,7 @@ void MainWin::setupActions()
     coll->addAction("ShowAwayLog", new Action(tr("Show Away Log"), coll,
             this, SLOT(showAwayLog())));
     coll->addAction("ToggleMenuBar", new Action(QIcon::fromTheme("show-menu"), tr("Show &Menubar"), coll,
-            0, 0, QKeySequence(Qt::CTRL + Qt::Key_M)))->setCheckable(true);
+            0, 0))->setCheckable(true);
 
     coll->addAction("ToggleStatusBar", new Action(tr("Show Status &Bar"), coll,
             0, 0))->setCheckable(true);