summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-08 19:15:21 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-08 19:15:21 +0000
commit012c3de2e79ef83987863e0365fcaca533be6247 (patch)
tree8aab1df581d0b8ba0dbc3b55a4f596b609fd301e
parentfix shift-dragging (no snap) of rotation center (diff)
downloadinkscape-012c3de2e79ef83987863e0365fcaca533be6247.tar.gz
inkscape-012c3de2e79ef83987863e0365fcaca533be6247.zip
update about shift+dragging rotation center
(bzr r2575)
-rw-r--r--doc/keys.html2
-rw-r--r--doc/keys.xml2
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>