STEPS TO REPRODUCE 1. Start screensharing 2. Dialog with list of monitors open, one entry is selected 3. Press enter OBSERVED RESULT Nothing happens EXPECTED RESULT The currently selected monitor is shared SOFTWARE/OS VERSIONS KDE Plasma Version: master KDE Frameworks Version: master Qt Version: 5.15-kde
Derp
Looks like the whole list view doesn't get keyboard focus and I can't figure out how to do it.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1494
*** Bug 450931 has been marked as a duplicate of this bug. ***
Git commit a667b99dee26eb3cfd195ec09dbc04502ecb8cff by Nate Graham, on behalf of Aleix Pol Gonzalez. Committed on 28/02/2022 at 17:28. Pushed by ngraham into branch 'master'. SystemDialog: Allow accepting the dialogs with the keyboard If there's an enabled Ok button, it will accept the dialog when Enter is pressed as it reaches the dialog. FIXED-IN: 5.24.3 M +10 -1 components/dialogs/SystemDialog.qml https://invent.kde.org/plasma/plasma-workspace/commit/a667b99dee26eb3cfd195ec09dbc04502ecb8cff
Git commit b1577e100136e5b3446fcfc74d76c61c674ceaca by Nate Graham, on behalf of Aleix Pol Gonzalez. Committed on 28/02/2022 at 17:29. Pushed by ngraham into branch 'Plasma/5.24'. SystemDialog: Allow accepting the dialogs with the keyboard If there's an enabled Ok button, it will accept the dialog when Enter is pressed as it reaches the dialog. FIXED-IN: 5.24.3 (cherry picked from commit a667b99dee26eb3cfd195ec09dbc04502ecb8cff) M +10 -1 components/dialogs/SystemDialog.qml https://invent.kde.org/plasma/plasma-workspace/commit/b1577e100136e5b3446fcfc74d76c61c674ceaca
*** Bug 464744 has been marked as a duplicate of this bug. ***