https://bugs.kde.org/show_bug.cgi?id=483789
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/7e348f0bbd |ma/kwin-x11/-/commit/d4b311 |6fe43d8c7b788c663904c8e3c1c |2727aa9e2ef0e69ae0730fc5259 |617 |66fa97e --- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit d4b3112727aa9e2ef0e69ae0730fc525966fa97e by Vlad Zahorodnii, on behalf of Ritchie Frodomar. Committed on 28/07/2025 at 08:51. Pushed by vladz into branch 'master'. plugins/invert: Ignore key repeat in color inversion toggle shortcuts Part of https://invent.kde.org/plasma/plasma-desktop/-/issues/149. This merge request prevents the toggle shortcuts in the Invert effect from constantly flashing the screen. This required making changes to kglobalaccel to facilitate detecting key repeat, but the benefit is being able to call `QAction::setAutoRepeat(false)` to ignore key repeat events in any effect where it makes sense to ignore them. Related MRs: - https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/76 - https://invent.kde.org/frameworks/kglobalaccel/-/merge_requests/124 (cherry picked from commit 7e348f0bbd6fe43d8c7b788c663904c8e3c1c617) M +7 -19 src/globalshortcuts.cpp M +3 -2 src/globalshortcuts.h M +4 -4 src/input.cpp M +2 -0 src/plugins/invert/invert.cpp M +10 -6 src/plugins/kglobalaccel/kglobalaccel_plugin.cpp M +3 -2 src/plugins/kglobalaccel/kglobalaccel_plugin.h M +2 -0 src/plugins/overview/overvieweffect.cpp M +74 -73 src/useractions.cpp M +2 -2 src/workspace.h https://invent.kde.org/plasma/kwin-x11/-/commit/d4b3112727aa9e2ef0e69ae0730fc525966fa97e -- You are receiving this mail because: You are watching all bug changes.