| Summary: | Disable automaic layer selection in the layers docker | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | acc4commissions |
| Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | dimula73, halla |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.9 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
acc4commissions
2025-04-27 02:18:15 UTC
I think this is automatic Qt behaviour if a listbox is in focus, not something we've coded ourselves. There might even be people who depend on this behaviour so we should really take our time considering whether we should try to override that. https://krita-artists.org/t/how-to-disable-layer-activation-when-pressing-key-thats-also-the-first-character-in-layers-name/114361 Found a discussion on the topic. I guess the main inconsistency is that some of the shortcuts work on the canvas and some are caught by the docker. We should make sure that all the keys are captured by the docker when it is active. Like we do with input boxes (we have a special exception for them) (In reply to Dmitry Kazakov from comment #3) > I guess the main inconsistency is that some of the shortcuts work on the > canvas and some are caught by the docker. We should make sure that all the > keys are captured by the docker when it is active. Like we do with input > boxes (we have a special exception for them) Are you sure it should work on the Layers docker, not canvas? I only use shortcuts on canvas, and I couldn't care less about selecting layers by keyboard. (A lot of them have the same default names anyway.) It'd be so annoying that random layers are accidentally and forcefully autoselected. (Note that accidentally painting on a wrong layer is the most common mistake in digital painting.) It would make users lose control, not give them more control, in my opinion. Maybe you can run a poll on KA forum or something. |