Vector: move along X or Y axis
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
That's interesting, though Shift and Alt are already much used.
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.
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
Related to https://github.com/bgrabitmap/lazpaint/issues/107