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

Snapping behaviour for move selection #25

Closed
3 tasks done
jbunke opened this issue Feb 9, 2024 · 0 comments
Closed
3 tasks done

Snapping behaviour for move selection #25

jbunke opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
quality of life Minor features that enhance workflow, responsiveness, and feedback tools
Milestone

Comments

@jbunke
Copy link
Owner

jbunke commented Feb 9, 2024

Holding Shift while moving the selection with either mover tool (move selection or pick up selection), whether with the arrow keys or click and drag, should snap to multiples of the selection's dimensions.

With arrow keys: instead of incrementing position by +/- 1 on either x or y, incrment by the selection's relevant dimension (width or height)
With click and drag: snap delta position to nearest multiple of selection's dimensions

Tasks:

  • Update snap check in MoverTool
  • Update arrow key behaviour
  • Update click and drag behaviour
@jbunke jbunke added tools quality of life Minor features that enhance workflow, responsiveness, and feedback labels Feb 9, 2024
@jbunke jbunke added this to the v0.2.0 milestone Feb 9, 2024
@jbunke jbunke self-assigned this Feb 9, 2024
@jbunke jbunke closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality of life Minor features that enhance workflow, responsiveness, and feedback tools
Projects
Status: Done
Development

No branches or pull requests

1 participant