diff options
| author | Peter Penz <[email protected]> | 2008-01-10 21:35:03 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-10 21:35:03 +0000 |
| commit | fb00dfe15f2beb5f28d85ec56b49ba00a54ec126 (patch) | |
| tree | e539f5ea4115278fa53fd2d122cd15f60da0ed1b /src/dolphinmainwindow.cpp | |
| parent | f568b14123179970d73064abb8bdd9279e44c22f (diff) | |
Backport: use F3 for "Split View" instead of F10
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -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 e40166e99..2048de1a5 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1159,7 +1159,7 @@ void DolphinMainWindow::setupActions() connect(showHiddenFiles, SIGNAL(triggered()), this, SLOT(toggleShowHiddenFiles())); KAction* split = actionCollection()->addAction("split_view"); - split->setShortcut(Qt::Key_F10); + split->setShortcut(Qt::Key_F3); updateSplitAction(); connect(split, SIGNAL(triggered()), this, SLOT(toggleSplitView())); |
