diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-05-09 04:14:01 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-05-09 04:14:01 +0000 |
| commit | dbbde0745bb473a001e0032f128e0fea3cf09881 (patch) | |
| tree | 064f7012461d1cf72776749233ad06f1a8ff04a9 /doc/keys.xml | |
| parent | Added preference to allow for system toolbox size (diff) | |
| download | inkscape-dbbde0745bb473a001e0032f128e0fea3cf09881.tar.gz inkscape-dbbde0745bb473a001e0032f128e0fea3cf09881.zip | |
mouseovered node as center of rotation/scale too
(bzr r2986)
Diffstat (limited to 'doc/keys.xml')
| -rw-r--r-- | doc/keys.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index 66a8dad54..5beb8efc2 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -706,7 +706,8 @@ groups) with the same effect as Alt+click.)</note> <group> <title>Scale nodes (>1 nodes selected)</title> -<note>These commands scale the selected nodes as if they were an "object", around the center of that object.</note> +<note>These commands scale the selected nodes as if they were an "object".</note> +<note>If mouse is over a node, that node becomes the axis of scaling; otherwise it scales around geometric center of selected nodes.</note> <keys><key>.</key> <key>></key> <action>scale nodes up by the scale step</action></keys> <keys><key>,</key> <key><</key> <action>scale nodes down by the scale step</action></keys> <note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note> @@ -718,7 +719,8 @@ groups) with the same effect as Alt+click.)</note> <group> <title>Rotate nodes (>1 nodes selected)</title> -<note>These commands rotate the selected nodes as if they were an "object", around the center of that object.</note> +<note>These commands rotate the selected nodes as if they were an "object".</note> +<note>If mouse is over a node, that node becomes the axis of rotation; otherwise it rotates around geometric center of selected nodes.</note> <keys><key>[</key> <key>]</key> <action>rotate nodes by the angle step</action></keys> <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note> <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate nodes by 1 pixel</action></keys> |
