KRunner is not showing when I type on the numpad, but it shows when I type the numbers atop the letters. The numpad numbers works only after KRunner's bar is showing.
> the numbers atop the letters What does this mean? Can you please write longer bug reports in the future, with more information, Steps To Reproduce, etc.? I assume you're trying to invoke KRunner by typing on the desktop, but I have to guess at this since it wasn't specified in the original description of the issue. :) A video might be helpful here, too.
Created attachment 181385 [details] Video of the issue.
Thanks. Does anything change if you toggle num lock?
(In reply to Nate Graham from comment #3) > Thanks. > > Does anything change if you toggle num lock? No.
Ok, thanks. I don't have any keyboards with numberpads, so I'm afraid I can't attempt to reproduce the issue. I'll leave this for someone else.
I can reproduce on my Fedora KDE 42 device, Plasma 6.3.5.
(In reply to Nate Graham from comment #5) > Ok, thanks. I don't have any keyboards with numberpads, so I'm afraid I > can't attempt to reproduce the issue. I'll leave this for someone else. How about trying it on a virtual keyboard? Still happening in 6.6.4
Can reproduce
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6593
Git commit d07789ff0b9f7befc2a56b418c4920dcea4e2fd3 by Marco Martin. Committed on 14/05/2026 at 14:36. Pushed by mart into branch 'master'. DesktopView: Allow KeypadModifier for krunner input keypad input is seen by qt as number keys + a Qt::KeypadModifier So since the krunner input was filtering on modifiers, it should be explicitly allowed M +1 -1 shell/desktopview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/d07789ff0b9f7befc2a56b418c4920dcea4e2fd3
Git commit 941465ffc149206390e8e4a952467d92a33f8f34 by Marco Martin. Committed on 14/05/2026 at 15:10. Pushed by mart into branch 'Plasma/6.7'. DesktopView: Allow KeypadModifier for krunner input keypad input is seen by qt as number keys + a Qt::KeypadModifier So since the krunner input was filtering on modifiers, it should be explicitly allowed (cherry picked from commit d07789ff0b9f7befc2a56b418c4920dcea4e2fd3) d07789ff DesktopView: Allow KeypadModifier for krunner input Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -1 shell/desktopview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/941465ffc149206390e8e4a952467d92a33f8f34
Git commit 8c1f8f9fa361739b41b922c7d56d160808c2172e by Marco Martin. Committed on 14/05/2026 at 15:11. Pushed by mart into branch 'Plasma/6.6'. DesktopView: Allow KeypadModifier for krunner input keypad input is seen by qt as number keys + a Qt::KeypadModifier So since the krunner input was filtering on modifiers, it should be explicitly allowed (cherry picked from commit d07789ff0b9f7befc2a56b418c4920dcea4e2fd3) d07789ff DesktopView: Allow KeypadModifier for krunner input Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -1 shell/desktopview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/8c1f8f9fa361739b41b922c7d56d160808c2172e