https://bugs.kde.org/show_bug.cgi?id=488703
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/c56d5f5411 |ma/kwin/-/commit/bd4e4f7312 |971b5bf1dfb25fc1011a41651aa |894eb5e52496f757fb189474f6f |3fe |5f7 --- Comment #4 from Ismael Asensio <isma...@gmail.com> --- Git commit bd4e4f7312894eb5e52496f757fb189474f6f5f7 by Ismael Asensio. Committed on 05/03/2025 at 19:40. Pushed by iasensio into branch 'Plasma/6.3'. kcms/rules: Fix keyboard usability for comboboxes with multiple selection The ComboBox component handles keyboard events by keeping the focus on the main item. Here, `OptionsComboBox` implements a custom logic to select multiple options, where the standard handling fails. To fix it, move the special logic for toggling an option to the main component and activate it either by pressing `Space` or mouse clicking on the delegate. FIXED-IN: 6.3.3 (cherry picked from commit c56d5f5411971b5bf1dfb25fc1011a41651aa3fe) Co-authored-by: Ismael Asensio <isma...@gmail.com> M +33 -21 src/kcms/rules/ui/OptionsComboBox.qml https://invent.kde.org/plasma/kwin/-/commit/bd4e4f7312894eb5e52496f757fb189474f6f5f7 -- You are receiving this mail because: You are watching all bug changes.