https://bugs.kde.org/show_bug.cgi?id=505568
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |eccd6115726ce8dc478c694c8cf | |b1542eaae828c Version Fixed In| |6.5.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Nate Graham <[email protected]> --- Git commit eccd6115726ce8dc478c694c8cfb1542eaae828c by Nate Graham, on behalf of Sebastian Sauer. Committed on 25/09/2025 at 14:32. Pushed by ngraham into branch 'master'. kaccess: Fix screen reader sometimes not being able to be toggled off anymore KAccessApp::readSettings() is called everytime a setting in the kcms/access was changed and ok/apply of the kcms/access pressed. Since we did re-setup the GlobalShortcut and connect the QAction::triggered signal of the "Toggle Screen Reader On and Off" toggleScreenReaderAction QAction in KAccessApp::readSettings() we then ended to receive >=2 times a toggleScreenReaderAction's QAction::triggered signal when pressing 1 time the META+ALT+S global shortcut after using kcms/access. Result of that was that after using the kcms/access, it was not possible to turn of the Orca Screen Reader anymore using the META+ALT+S global shortcut. FIXED-IN: 6.5.0 M +6 -6 kaccess/kaccess.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/eccd6115726ce8dc478c694c8cfb1542eaae828c -- You are receiving this mail because: You are watching all bug changes.
