D20115: Re enable move tab left / right via keyboard shortcuts
David Faure
noreply at phabricator.kde.org
Fri Sep 6 15:14:32 BST 2019
dfaure added inline comments.
INLINE COMMENTS
> ViewManager.cpp:248
> + collection->addAction(QStringLiteral("move-tab-to-right"), action);
> + collection->setDefaultShortcut(action, Qt::CTRL + Qt::ALT + Qt::Key_Right);
> + connect(action, &QAction::triggered, _viewContainer, &TabbedViewContainer::moveTabRight);
For many years, moving tabs in konsole was done with Ctrl+Shift+Left/Right.
Any reason why this changed to Ctrl+Alt+Left/Right? I had to read the code to find out why this was "broken"...
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D20115
To: tcanabrava, #konsole, hindenburg
Cc: dfaure, mschiller, konsole-devel, fbampaloukas, thsurrel, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20190906/67090fbd/attachment.html>
More information about the konsole-devel
mailing list