https://bugs.kde.org/show_bug.cgi?id=415164
Axel <navarroa...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |navarroa...@gmail.com --- Comment #5 from Axel <navarroa...@gmail.com> --- Can I dock the Konsole like Yakuake? I just delete this lines of code from src/ViewManager.cpp and compiled the 20.04 tag to fix the compatibility with Yakuake. ---- // only add default shortcut bindings for the first 9 tabs, regardless of SWITCH_TO_TAB_COUNT if (i < 9) { collection->setDefaultShortcut(action, QStringLiteral("Alt+%1").arg(i + 1)); } -- You are receiving this mail because: You are watching all bug changes.