https://bugs.kde.org/show_bug.cgi?id=401768
--- Comment #18 from Michail Vourlakos <mvourla...@gmail.com> --- (In reply to trmdi from comment #17) > (In reply to Michail Vourlakos from comment #5) > > (In reply to trmdi from comment #3) > > > Is there any way to display shortcut badges while holding the Meta button? > > > > ok not possible, this is achieved through : > > > > PlasmaCore.DataSource { > > id: keystateSource > > engine: "keystate" > > connectedSources: ["Alt"] > > } > > > > in global menu plasmoid. For Meta is does not work. > > If you change these lines like this, it works: > > 102 -> connectedSources: ["Super"] > 118 -> var alt = keystateSource.data.Super; > > Can you apply it in Latte ? It needs to be in c++, the responsible class is globalshortcuts.cpp and needs to be considered how to not break, Meta activates the application launcher,. I could accept any help for this -- You are receiving this mail because: You are watching all bug changes.