From fb00dfe15f2beb5f28d85ec56b49ba00a54ec126 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 10 Jan 2008 21:35:03 +0000 Subject: [PATCH] Backport: use F3 for "Split View" instead of F10 svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- 2.47.3