summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-23 11:09:24 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-23 11:09:24 +0000
commitd8eb3e0f62d0c6d9f446cdd4450eeea23e8af1d7 (patch)
tree6e45499d26a30d0d73c2c9d8e793e67c6e0be486 /doc
parentFix bad markup in po/km.po. This shouldn't mess up the translation but please... (diff)
downloadinkscape-d8eb3e0f62d0c6d9f446cdd4450eeea23e8af1d7.tar.gz
inkscape-d8eb3e0f62d0c6d9f446cdd4450eeea23e8af1d7.zip
Document Ctrl+click in Pen/Pencil tool in doc/keys.xml
(bzr r4584)
Diffstat (limited to 'doc')
-rw-r--r--doc/keys.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/keys.xml b/doc/keys.xml
index 14a334e44..6486450b1 100644
--- a/doc/keys.xml
+++ b/doc/keys.xml
@@ -1063,6 +1063,8 @@ 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>
</section>
@@ -1103,6 +1105,12 @@ groups) with the same effect as Alt+click.)</note>
</group>
<group>
+<title>Create dots</title>
+<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>
<title>Finish</title>
<keys><key><misc-wide f="Enter"/></key> <action>finish current line</action></keys>
<mouse><key><right-click/></key> <action>finish current line</action></mouse>