Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer Icon Dragging & Modifier Press Behavior #1385

Open
MorrowShore opened this issue Oct 8, 2024 · 0 comments
Open

Layer Icon Dragging & Modifier Press Behavior #1385

MorrowShore opened this issue Oct 8, 2024 · 0 comments
Labels
feature New features or improvements to existing ones

Comments

@MorrowShore
Copy link
Member

Dragging Behavior

This feature involves pressing (and holding) the layer icon in drawpile, then dragging it up or down to mass adjust visibility or potentially linking.

This behavior exists in Photoshop or CSP.

Various dragging implementations can be had, for example:
1- Dragging the layer text to mass select or deselect.
2- Dragging the layer icon to mass hide or unhide.
3- Dragging checkboxes (during transform) to mass select or deselect.

Modifier Press Behavior

This involves the keys shift, ctrl and alt.

In Krita, selecting a layer, then holding shift and pressing another layer, will select all layers between the two.
Whereas ctrl and click will deselect individual layers.

Another potential behavior would be to select individual layers while holding shift (rather than selecting everything in between).

The alt key + layer selection in Krita will hide everything except the layer selected.


The implementation of this feature may change depending on #1382.

@MorrowShore MorrowShore added the feature New features or improvements to existing ones label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or improvements to existing ones
Projects
None yet
Development

No branches or pull requests

2 participants
@MorrowShore and others