https://bugs.kde.org/show_bug.cgi?id=417250
--- Comment #8 from ratijas <m...@ratijas.tk> --- I briefly looked into shortcut API. So, normally there are two options to choose a shortcut context from: Application and Window. As the names imply, they work either on a per-window basis, or application-wide. There is no such option to limit them to a particular widget or QML subtree. There is no such thing as a FocusScope analogy. On the other hand, normal regular text fields are common in everyday programs, and they somehow manage to grab their shortcuts only when they are focused. Haven't looked into that yet, but I think something is just a bit over-engineered in this particular applet's implementation. -- You are receiving this mail because: You are watching all bug changes.