https://bugs.kde.org/show_bug.cgi?id=488870
rallyemax <kdeb...@syrinx2112.addy.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdeb...@syrinx2112.addy.io --- Comment #15 from rallyemax <kdeb...@syrinx2112.addy.io> --- The error is triggered when the AppMenu plasmoid calls KeyboardIndicator.KeyState at line 130 (https://invent.kde.org/plasma/plasma-workspace/-/blame/2e75eb8b64c7915fc9c1c0452f6a5ea50d62fc39/applets/appmenu/package/contents/ui/main.qml#L130-133) This happens regardless of whether AppMenus are enabled. To be honest, I got completely lost trying to figure out the execution flow involved here. But changing "Qt.Key_Alt" to, say, "Qt.Key_Enter" changes the resulting error to > org.kde.plasma.keyboardindicator: Unknown key Qt::Key_Enter It looks like KeyboardIndicator can't resolve the Key enum from the Qt::Core namespace? I haven't wielded C++ in anger in a generation, so this bread trail is the best I can do at the moment. -- You are receiving this mail because: You are watching all bug changes.