https://bugs.kde.org/show_bug.cgi?id=442079
--- Comment #2 from Oleg Solovyov <[email protected]> --- The issue is in KGlobalAccelPrivate::intListFromShortcut: According to QKeySequence documentation it could contain up to 4 keys.[1] > for (const QKeySequence &sequence : cut) { > ret.append(sequence[0]); > } Hence, in this code all keys except the first one are lost. [1] https://doc.qt.io/qt-5/qkeysequence.html#QKeySequence-2 -- You are receiving this mail because: You are watching all bug changes.
