diff options
| author | Peter Penz <[email protected]> | 2007-09-09 12:54:24 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-09 12:54:24 +0000 |
| commit | 31e0dfb6fe015d50bec1460957c2a9fb918a4fb4 (patch) | |
| tree | 5c6736b6175283fc7839688e737e6f61cce9a15f /src | |
| parent | 1f17916fe2ef8bbbb21ba1aa5afe0a5f86999cc6 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
