Summary: | While editing clipboard items, one cannot use alt accelerator to select 'OK' button | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | bugseforuns, nate |
Priority: | NOR | ||
Version: | 5.15.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/d38145e1f9840ae62877bbc43d27a97bdec67d0c | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
Kishore Gopalakrishnan
2018-11-03 14:54:34 UTC
The "OK" button is assigned a new shortcut Ctrl+Return, probably to avoid that hitting Return exits the dialog, instead of entering a new line. That seems to prevent the automatic assignment of the Alt+O shortcut. What's interesting is that the Breeze theme still thinks that Alt+O would work (otherwise it wouldn't underline the "O"). https://cgit.kde.org/plasma-workspace.git/tree/klipper/klipper.cpp#n857 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1095 Git commit ff5c9a1129bceeae4afcf2dc2d05632ca8c43678 by Bharadwaj Raju. Committed on 06/10/2021 at 12:44. Pushed by ngraham into branch 'master'. [klipper] Fix shortcut of OK button in the clipboard content edit dialog M +21 -2 klipper/klipper.cpp M +11 -0 klipper/klipper.h https://invent.kde.org/plasma/plasma-workspace/commit/ff5c9a1129bceeae4afcf2dc2d05632ca8c43678 Git commit d38145e1f9840ae62877bbc43d27a97bdec67d0c by Nate Graham, on behalf of Bharadwaj Raju. Committed on 06/10/2021 at 14:53. Pushed by ngraham into branch 'Plasma/5.23'. [klipper] Fix shortcut of OK button in the clipboard content edit dialog (cherry picked from commit ff5c9a1129bceeae4afcf2dc2d05632ca8c43678) M +21 -2 klipper/klipper.cpp M +11 -0 klipper/klipper.h https://invent.kde.org/plasma/plasma-workspace/commit/d38145e1f9840ae62877bbc43d27a97bdec67d0c |