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

--- Comment #17 from tr...@yandex.com ---
(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 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to