diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-07-01 05:55:16 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-07-01 05:55:16 +0000 |
| commit | ad3565001833c0ed8d9775e466cdc74ff46e3c4a (patch) | |
| tree | 92680a79f9deb50280abacf99faaf20de6630d7e /doc | |
| parent | Fix compiler warnings with newer GCC (diff) | |
| download | inkscape-ad3565001833c0ed8d9775e466cdc74ff46e3c4a.tar.gz inkscape-ad3565001833c0ed8d9775e466cdc74ff46e3c4a.zip | |
fixes, added averaging
(bzr r8194)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/keys.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index 12bf4a036..23ad9049b 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -165,10 +165,10 @@ RFE</a>).</p> <title>Guides, grids, snapping</title> <mouse><key><left-drag/></key> <action>drag off a ruler to create guide</action></mouse> <note>Drag off the horizontal or vertical ruler to create a new guideline. Drag a guideline onto the ruler to delete it.</note> -<mouse><key><left-drag/></key> <action>drag a ruler to move it</action></mouse> -<mouse><key><shift/><left-drag/></key> <action>drag a ruler (not near anchor) to rotate it</action></mouse> -<mouse><key><ctrl/><shift/><left-drag/></key> <action>rotate ruler with angle snapping</action></mouse> -<mouse><key><ctrl/><left-click/></key> <action>delete ruler</action></mouse> +<mouse><key><left-drag/></key> <action>drag a guide to move it</action></mouse> +<mouse><key><shift/><left-drag/></key> <action>drag a guide (not near anchor) to rotate it</action></mouse> +<mouse><key><ctrl/><shift/><left-drag/></key> <action>rotate guide with angle snapping</action></mouse> +<mouse><key><ctrl/><left-click/></key> <action>delete guide</action></mouse> <keys><key>|</key> <key><shift/>\</key> <action>toggle guides and snapping to guides</action></keys> <note>If you want to see the guides but not snap to them, use the global snapping toggle (% key).</note> <note>When you create a new guide by dragging off the ruler, guide visibility and snapping are turned on.</note> @@ -190,7 +190,7 @@ RFE</a>).</p> <note>These keys work both in the floating palette dialog and in the palette frame at the bottom of the window.</note> <mouse><key><left-click/></key> <action>set fill color on selection</action></mouse> <mouse><key><shift/><left-click/></key> <action>set stroke color on selection</action></mouse> -<mouse><key><right-click/></key> <action>set stroke color on selection</action></mouse> +<mouse><key><right-click/></key> <action>open pop-up menu</action></mouse> <mouse><key><left-drag/></key> <action>drag fill color to objects</action></mouse> <mouse><key><shift/><left-drag/></key> <action>drag stroke color to objects</action></mouse> <note>To change fill/stroke of an object by dragging color on it, that object need not be selected.</note> @@ -1097,6 +1097,7 @@ with the segment; another Shift+S will expand a second handle</note> <note>If a path is selected, Shift+dragging anywhere creates a new subpath instead of a new independent path.</note> <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse> <note>Shift also temporaily disables snapping to grid or guides when you are drawing with grid or guides on.</note> +<mouse><key><alt/><left-drag/></key> <action>averaging draw (sketch mode)</action></mouse> </group> </section> |
