lazpaint icon indicating copy to clipboard operation
lazpaint copied to clipboard

Vector: move along X or Y axis

Open c-sanchez opened this issue 6 years ago • 4 comments

Block X or Y axis with the keyboard if want move a layer/image just in an axis. lock Y axis with Shift, to move just horizontally lock X axis with Alt (or ctrl?), to move just vertically

c-sanchez avatar Dec 01 '19 04:12 c-sanchez

That's interesting, though Shift and Alt are already much used.

circular17 avatar Dec 01 '19 20:12 circular17

Maybe there was a misunderstanding regarding this, as it looks like the issue I just added: https://github.com/bgrabitmap/lazpaint/issues/159

I was thinking about the position of the mouse, but we can just constrain the movement of the object.

circular17 avatar May 19 '20 06:05 circular17

So a way to implement this would be:

  • holding Shift while Right-Click the shape constrains to horizontal/vertical movement, whichever is the greatest distance from starting position

circular17 avatar May 19 '20 06:05 circular17

Related to https://github.com/bgrabitmap/lazpaint/issues/107

circular17 avatar May 28 '22 07:05 circular17