diff options
| -rw-r--r-- | doc/keys.html | 2 | ||||
| -rw-r--r-- | doc/keys.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/keys.html b/doc/keys.html index 6433fda50..03600d231 100644 --- a/doc/keys.html +++ b/doc/keys.html @@ -545,6 +545,8 @@ groups) with the same effect as Alt+click.)</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><h4>Rotation center</h4></td></tr> <tr bgcolor="eee4dc"><td align="right"><span class="key">mouse drag</span></td><td><span class="action">move rotation center</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><span class="note">Moved rotation center remembers its position for (all) selected object(s) until you reset it.</span></td></tr> +<tr bgcolor="eee4dc"><td colspan="3"><span class="note">Dragging the center snaps it to the centerlines and bounding box edges of the selection.</span></td></tr> +<tr bgcolor="eee4dc"><td align="right"><span class="key">Shift+mouse drag</span></td><td><span class="action">move without snapping</span></td></tr> <tr bgcolor="eee4dc"><td align="right"><span class="key">Shift+click</span></td><td><span class="action">reset rotation center</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><span class="note">Resetting rotation center moves it back to the geometric center of the object's or selection's bounding box.</span></td></tr> diff --git a/doc/keys.xml b/doc/keys.xml index 072974555..dd0716778 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -533,6 +533,8 @@ groups) with the same effect as Alt+click.)</note> <title>Rotation center</title> <mouse><key><left-drag/></key> <action>move rotation center</action></mouse> <note>Moved rotation center remembers its position for (all) selected object(s) until you reset it.</note> +<note>Dragging the center snaps it to the centerlines and bounding box edges of the selection.</note> +<mouse><key><shift/><left-drag/></key> <action>move without snapping</action></mouse> <mouse><key><shift/><left-click/></key> <action>reset rotation center</action></mouse> <note>Resetting rotation center moves it back to the geometric center of the object's or selection's bounding box.</note> </group> |
