https://bugs.kde.org/show_bug.cgi?id=440431
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |5.27 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/35 | |881adf826e17f6c59c185455ba7 | |d21c4149102 Resolution|--- |FIXED --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit 35881adf826e17f6c59c185455ba7d21c4149102 by Nate Graham, on behalf of Bharadwaj Raju. Committed on 04/01/2023 at 14:24. Pushed by ngraham into branch 'master'. kcms/keys: Add an "Add Command" button After reading a good amount of feedback and questions from users, it seems that it is not clear that the textbox in the "Add Application…" dialog can be used to add custom commands. Some examples of user confusion: - https://old.reddit.com/r/kde/comments/xw8k06/the_new_shortcut_page_in_wayland_is_a_big/ - https://old.reddit.com/r/kde/comments/x0tmr5/custom_keyboard_shortcut_to_run_command/ - https://old.reddit.com/r/kde/comments/xf59gs/how_do_i_create_a_custom_shortcut/ - https://old.reddit.com/r/kde/comments/xf4a3g/global_mappings/ - https://old.reddit.com/r/kde/comments/xe59pe/custom_shortcuts_disappeared_in_system_settings/ This commit adds a separate button to add a command, which opens a dedicated overlay sheet that can be used to add a custom command, which then lives in a new "Commands" section in the sidebar. Related: bug 460036 FIXED-IN: 5.27 M +17 -2 kcms/keys/basemodel.cpp M +16 -1 kcms/keys/basemodel.h M +17 -3 kcms/keys/globalaccelmodel.cpp M +48 -2 kcms/keys/kcm_keys.cpp M +2 -0 kcms/keys/kcm_keys.h M +115 -11 kcms/keys/package/contents/ui/main.qml M +2 -1 kcms/keys/standardshortcutsmodel.cpp https://invent.kde.org/plasma/plasma-desktop/commit/35881adf826e17f6c59c185455ba7d21c4149102 -- You are receiving this mail because: You are watching all bug changes.