[konsole] [Bug 415135] ctrl+alt+(left|right) broken in yakuake

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Fri Dec 13 13:58:30 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=415135

--- Comment #3 from tcanabrava at kde.org ---
The one thing that I see is that I added those lines on the patch:

action = new QAction(i18nc("@action Shortcut entry", "Move tab to the left"),
this);
    collection->addAction(QStringLiteral("move-tab-to-left"), action);
    collection->setDefaultShortcut(action, Qt::CTRL + Qt::ALT + Qt::Key_Left);

That handle focusing tab on the left / on the right. You told me on your bug
description that *even if* you disabled those shortcuts, yakuake couldn't still
see the keystrokes, is that correct?

If so, can you test by just disabling the focus tab left / right and check if
it works in yakuake?

I would really like to implement the hide / show feature of yakuake in konsole
so we wouldn't need to reimplement most of the things I did here on the split
handling.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list