diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-02-27 02:48:54 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-02-27 02:48:54 +0000 |
| commit | cccceb7856b841d4a943e9232ac9f2492f6b3ea5 (patch) | |
| tree | 262f232e9a1b3d942e496a9d2b07f873d0874fba /doc | |
| parent | more boilerplate for SVGFonts (diff) | |
| download | inkscape-cccceb7856b841d4a943e9232ac9f2492f6b3ea5.tar.gz inkscape-cccceb7856b841d4a943e9232ac9f2492f6b3ea5.zip | |
fix 3d box drag
(bzr r4873)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/keys.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index 7500ab3ed..977ff4ba7 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -900,7 +900,8 @@ 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 (use shift to extrude in Z direction)</action></mouse> +<mouse><key><left-drag/></key> <action>draw a 3D box (X/Y plane)</action></mouse> +<mouse><key><shift/><left-drag/></key> <action>draw a 3D box (extrude in Z)</action></mouse> </group> <group> |
