[LDPartEditor] Control the manipulator with left/right or up/down arrows (0.8.32)
2017-06-17, 11:28
2017-06-17, 11:28
(2017-05-17, 18:59)Magnus Forsberg Wrote: As a user I want to move the Manipulator with left/right or up/down arrows on my keyboard.
Something like this:Select by mouse click and drag'n'drop is difficult when I only want to finetune something.
- select something, a vertex/line/surface/prim.
- set Manipulator position
- set move/rotate/scale step/distance/angle
- "mouse over" one of the axis on the Manipulator
- move one step by pressing left/right or up/down arrow key once
This, select and move something, is possible in LDPC. Why not in LDPE?
Done! (#537)
It is possible to do this without fiddling with the mouse, too (as an addition to "mouse over").
You can pre-select an axis with the keyboard and then transform the selection one step on the selected axis with the cursor keys.
- F6 selects the X axis
- F7 selects the Y axis
- F8 selects the Z axis
- F9 selects the X+Y axis
- F10 selects the X+Z axis
- F11 selects the Y+Z axis
- F12 selects the X+Y+Z axis
ESC cancels the selected axis.
- UP moves in the direction of the axis arrow (increment)
- RIGHT moves in the direction of the axis arrow (increment)
- DOWN moves against the direction of the axis arrow (decrement)
- LEFT moves against the direction of the axis arrow (decrement)