diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-02-21 20:17:35 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-02-21 20:17:35 +0000 |
| commit | b9a62949081e5c5325955813062a91cf282efea1 (patch) | |
| tree | e2a8159d5694de60451dbb1b398000596a30cf34 /doc/keys.xml | |
| parent | update (diff) | |
| download | inkscape-b9a62949081e5c5325955813062a91cf282efea1.tar.gz inkscape-b9a62949081e5c5325955813062a91cf282efea1.zip | |
fix dots in pencil too
(bzr r4812)
Diffstat (limited to 'doc/keys.xml')
| -rw-r--r-- | doc/keys.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index ffad4cfbd..7500ab3ed 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -1065,8 +1065,14 @@ groups) with the same effect as Alt+click.)</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><ctrl/><left-click/></key> <action>create a single dot</action></mouse> -<note>This creates a single dot, represented by a small circle. The dot size (relative to the current stroke width) can be set in the Preferences dialog. With Shift, the size is doubled. Pressing Alt while creating multiple dots randomly varies their size.</note> +</group> + +<group> +<title>Create dots</title> +<mouse><key><ctrl/><left-click/></key> <action>create a dot</action></mouse> +<note>This creates a small circle. Its size (relative to the current stroke width) can be set in Preferences.</note> +<mouse><key><shift/><ctrl/><left-click/></key> <action>create a double-sized dot</action></mouse> +<mouse><key><alt/><ctrl/><left-click/></key> <action>create a random-sized dot</action></mouse> </group> </section> |
