Summary: | Ability to press Delete key alone instead of needing to perform PC-type delete to delete selection contents | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | WynterTheCat <sygmah.winter> |
Component: | Tools | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, halla, wojtryb |
Priority: | NOR | ||
Version: | 4.2.8 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/3a9828651dd5942885b80aa508b59e4ea3bb3ab5 | Version Fixed In: | |
Sentry Crash Report: |
Description
WynterTheCat
2020-08-15 05:56:13 UTC
There is an easy enough way to get it: go to settings > Configure krita... > Keyboard shortcuts and type "clear" . You can then assign this action to the key you want. If this should be made a default choice for mac, would probably have to be consulted with other mac users on krita artists forum. And I was even changing other shortcuts earlier, and I didn't think of that... One of those days. Though, I do think it should be that by default. Hi, Wynter! The default action for backspace shortcut is "Fill with Background Color". Therefore, when you press Backspace key, it should do that instead of "clearing". And, yes, you can change this behavior in the settings. Given that the delete button clears the selection on all other macOS paint apps I've tested, I think we should change the default on macOS. boud, should we exchange both in macOS? backspace -> clear, del -> fill with background? I'm trying to find a place where we can override their defaults. I think that it might be easiest to do this when loading the shortcuts. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/567 Git commit 99f7f30391c23f20c2d531619971049756416ef4 by L. E. Segovia. Committed on 04/11/2020 at 12:56. Pushed by lsegovia into branch 'master'. 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: kimageshop@kde.org M +4 -2 krita/kritamenu.action M +33 -1 libs/widgetutils/kis_action_registry.cpp https://invent.kde.org/graphics/krita/commit/99f7f30391c23f20c2d531619971049756416ef4 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: kimageshop@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 |