diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-09-11 17:30:26 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-09-11 17:30:26 +0000 |
| commit | 29cb6eafddf150ea4b12fc5b0b459d9dd923766a (patch) | |
| tree | 8e4ba8dcbc091dd0befffeb6306bd1eadfebb348 /doc/keys.xml | |
| parent | Purged fill type, stroke type enum (diff) | |
| download | inkscape-29cb6eafddf150ea4b12fc5b0b459d9dd923766a.tar.gz inkscape-29cb6eafddf150ea4b12fc5b0b459d9dd923766a.zip | |
Update shortcuts for 3D box tool
(bzr r3722)
Diffstat (limited to 'doc/keys.xml')
| -rw-r--r-- | doc/keys.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index 9ce4771a0..03fa6a99e 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -898,7 +898,7 @@ groups) with the same effect as Alt+click.)</note> *<section title="3D box tool" color="cff4e2"> <group> <title>Draw</title> -<mouse><key><left-drag/></key> <action>draw a 3D box</action></mouse> +<mouse><key><left-drag/></key> <action>draw a 3D box (use shift to extrude in Z direction)</action></mouse> </group> <group> @@ -909,6 +909,34 @@ groups) with the same effect as Alt+click.)</note> <keys><key><misc f="Esc"/></key> <action>deselect</action></keys> </group> +<group> +<title>Edit by handles</title> +<note>All editing operations occur "in perspective", i.e., either along PLs or within planes spanned by these.</note> +<mouse><key><left-drag/></key> <action>resize/move box</action></mouse> +<note>The four front handles and the center normally move withing the XY-plane, the four rear handles along the Z-axis.</note> +<mouse><key><shift/><left-drag/></key> <action>resize/move (with handle behaviour swapped)</action></mouse> +<mouse><key><ctrl/><left-drag/></key> <action>resize/move (handles snap to axes or diagonals)</action></mouse> +</group> + +<group> +<title>Edit perspectives</title> +<note>In what follows, we use the abbreviations VP = vanishing point, PL = perspective line.</note> +<mouse><key><left-drag/></key> <action>drag square handles to move the VPs</action></mouse> +<keys><key>[</key> <key>]</key> <action>rotate X-PLs (if parallel) by the angle step</action></keys> +<note>The default angle step is 15 degrees. ],),} rotate clockwise, [,(,{ rotate counterclockwise.</note> +<keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate X-PLs (if parallel) by 1 pixel</action></keys> +<keys><key>(</key> <key>)</key> <action>rotate Y-PLs (if parallel) by the angle step</action></keys> +<keys><key><alt/>(</key> <key><alt/>)</key> <action>rotate Y-PLs (if parallel) by 1 pixel</action></keys> +<keys><key>{</key> <key>}</key> <action>rotate Z-PLs (if parallel) by the angle step</action></keys> +<keys><key><alt/>{</key> <key><alt/>}</key> <action>rotate Z-PLs (if parallel) by 1 pixel</action></keys> +</group> + +<group> +<title>Visual appearance</title> +<keys><key>L</key> <action>toggle visibility of PLs</action></keys> +<keys><key>A</key> <action>toggle PLs to all corners/only front corners</action></keys> +</group> + </section> *<section title="Ellipse tool" color="ffece8"> |
