https://bugs.kde.org/show_bug.cgi?id=415135
--- Comment #3 from [email protected] --- 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 watching all bug changes.
