From: Peter Penz Date: Sun, 9 Sep 2007 12:54:24 +0000 (+0000) Subject: change shortcut from the information sidebar to F11 for having a common setting like... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/31e0dfb6fe015d50bec1460957c2a9fb918a4fb4 change shortcut from the information sidebar to F11 for having a common setting like in the file dialog svn path=/trunk/KDE/kdebase/apps/; revision=710257 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index db79f4165..ce505ea3f 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1348,7 +1348,7 @@ void DolphinMainWindow::setupDockWidgets() infoDock->setWidget(infoWidget); infoDock->toggleViewAction()->setText(i18nc("@title:window", "Information")); - infoDock->toggleViewAction()->setShortcut(Qt::Key_F8); + infoDock->toggleViewAction()->setShortcut(Qt::Key_F11); actionCollection()->addAction("show_info_panel", infoDock->toggleViewAction()); addDockWidget(Qt::RightDockWidgetArea, infoDock);