https://bugs.kde.org/show_bug.cgi?id=425370
amyspark <a...@amyspark.me> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/99f7f3039 |hics/krita/commit/3a9828651 |1c23f20c2d53161997104975641 |dd5942885b80aa508b59e4ea3bb |6ef4 |3ab5 --- Comment #9 from amyspark <a...@amyspark.me> --- Git commit 3a9828651dd5942885b80aa508b59e4ea3bb3ab5 by L. E. Segovia. Committed on 04/11/2020 at 20:42. Pushed by lsegovia into branch 'krita/4.3'. Add OS-specific action property retrieval to KisActionRegistry This enables the retrieval of operating system-specific action properties. OS-specific action properties are labeled with the attributes "operatingSystem" (for the selected OS; currently only "macos" is defined) and "operatingSystemElse" (for the rest). This commit adds a function, getChildContentForOS, that: - When finding a matching "operatingSystem", returns the given node's text - When finding a node with "operatingSystemElse", stores the last seen one - When finding a node without any of these parameters, stores the first seen one and ignores the rest This commit implements said change on the Del and Backspace key shortcuts for macOS. See krita.action. CCMAIL: kimages...@kde.org (cherry picked from commit 99f7f30391c23f20c2d531619971049756416ef4) M +4 -2 krita/kritamenu.action M +33 -1 libs/widgetutils/kis_action_registry.cpp https://invent.kde.org/graphics/krita/commit/3a9828651dd5942885b80aa508b59e4ea3bb3ab5 -- You are receiving this mail because: You are watching all bug changes.