Summary: | Cannot delete a file using the Del key on the NumPad | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | popov895 <popov895> |
Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein, nate, notmart, popov895 |
Priority: | NOR | ||
Version: | 5.27.9 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/028240da9c071d39e1cebfedd5b3f5626619e930 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
popov895
2024-01-22 14:28:04 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1993 Git commit 9857d8e523309df88105bf6dfd8a8f8e4f41c075 by Nate Graham, on behalf of Eugene Popov. Committed on 23/01/2024 at 18:58. Pushed by ngraham into branch 'master'. Folder View: Fix handling of numpad keys On X11, all events from numpad keys come with the Qt::KeypadModifier keyboard modifier. We should take this into account when handling keyboard shortcuts. FIXED-IN: 6.0 M +1 -1 containments/desktop/plugins/folder/shortcut.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/9857d8e523309df88105bf6dfd8a8f8e4f41c075 Git commit 028240da9c071d39e1cebfedd5b3f5626619e930 by Nate Graham, on behalf of Eugene Popov. Committed on 23/01/2024 at 19:13. Pushed by ngraham into branch 'Plasma/6.0'. Folder View: Fix handling of numpad keys On X11, all events from numpad keys come with the Qt::KeypadModifier keyboard modifier. We should take this into account when handling keyboard shortcuts. FIXED-IN: 6.0 (cherry picked from commit 9857d8e523309df88105bf6dfd8a8f8e4f41c075) M +1 -1 containments/desktop/plugins/folder/shortcut.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/028240da9c071d39e1cebfedd5b3f5626619e930 |