Summary: | JJ "activate next/previous layer" shorcut | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dimula73, halla, nidhi98gupta |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | enter groups with activateNextNode/activatePreviousNode |
Description
Bollebib
2014-06-30 12:01:11 UTC
this could then get another name or description obviously Implemented by now. Reopened as something was not clear Activate next/previous only activates in the same hierarchy-level I need it to access ALL the levels (like how the QT arrow shortcuts in the layerbox work) Created attachment 93566 [details]
enter groups with activateNextNode/activatePreviousNode
Since this is probably a shortcut used to speed workflow up, skipping the selection of the groups themselves could be desirable. I made a couple of tries at that but it is pretty hard to get right with the layers panel seemingly upside-down, it is easy one way with
while (node && node->childCount() && node->lastChild()){ node = node->lastChild(); }
but the other way need some recursive stuff.
WISHGROUP: Small Usability Fixes Ah, it doesn't actually enter groups yet, Dmitry says. right now ,this is actually solved. But it does not go into hidden groups i think even for hidden groups this should work,and go through EACH layer might perhaps be necessary to close this bug and open a new one? Hi, Bollebib! Should this shortcut be able to enter *locked* groups as well? |