diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-09-03 16:24:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-09-03 16:24:44 +0000 |
| commit | 0e197cdcaefab36d98fc6740a4165a10caa084f9 (patch) | |
| tree | b0c0cfa31c34393d4e114acb18290aa71ac077ca /doc/keys.xml | |
| parent | restore ctrl+click dots in pencil (diff) | |
| download | inkscape-0e197cdcaefab36d98fc6740a4165a10caa084f9.tar.gz inkscape-0e197cdcaefab36d98fc6740a4165a10caa084f9.zip | |
restore dot creation in pencil
(bzr r8556)
Diffstat (limited to '')
| -rw-r--r-- | doc/keys.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index e21001b1f..20258dcf5 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -1099,6 +1099,13 @@ with the segment; another Shift+S will expand a second handle</note> <note>Shift also temporarily 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> +<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> *<section title="Pen (Bezier) tool" color="e7f5d7"> |
