[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.5/kdebase/apps/konsole/src
From:       Burkhard Lück <lueck () hube-lueck ! de>
Date:       2010-12-21 8:08:44
Message-ID: 20101221080844.5AC3BAC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1208325 by lueck:

backbort trunk r1143688 to Fix shortcuts for split view left/right, top/bottom -> leave out the Qt::SHIFT
BUG:260832

 M  +2 -2      ViewManager.cpp  


--- branches/KDE/4.5/kdebase/apps/konsole/src/ViewManager.cpp #1208324:1208325
@@ -151,13 +151,13 @@
         KAction* splitLeftRightAction = new KAction( KIcon("view-split-left-right"),
                                                       i18nc("@action:inmenu", "Split View Left/Right"),
                                                       this );
-        splitLeftRightAction->setShortcut( QKeySequence(Qt::CTRL+Qt::SHIFT+Qt::Key_ParenLeft) );
+        splitLeftRightAction->setShortcut( QKeySequence(Qt::CTRL+Qt::Key_ParenLeft) );
         collection->addAction("split-view-left-right",splitLeftRightAction);
         connect( splitLeftRightAction , SIGNAL(triggered()) , this , SLOT(splitLeftRight()) );
 
         KAction* splitTopBottomAction = new KAction( KIcon("view-split-top-bottom") , 
                                              i18nc("@action:inmenu", "Split View Top/Bottom"),this);
-        splitTopBottomAction->setShortcut( QKeySequence(Qt::CTRL+Qt::SHIFT+Qt::Key_ParenRight) );
+        splitTopBottomAction->setShortcut( QKeySequence(Qt::CTRL+Qt::Key_ParenRight) );
         collection->addAction("split-view-top-bottom",splitTopBottomAction);
         connect( splitTopBottomAction , SIGNAL(triggered()) , this , SLOT(splitTopBottom()));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic