summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-02-21 20:13:02 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-02-21 20:13:02 +0000
commit5df7ea994160f794e43639ba69c6f53394ddce8e (patch)
treec2f04ee1e488c0f74c7d1ef7f85046ef30b6fa1f /doc
parentfix rubberband selection in gradient (diff)
downloadinkscape-5df7ea994160f794e43639ba69c6f53394ddce8e.tar.gz
inkscape-5df7ea994160f794e43639ba69c6f53394ddce8e.zip
fix unclosed tag
(bzr r4810)
Diffstat (limited to 'doc')
-rw-r--r--doc/keys.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/keys.xml b/doc/keys.xml
index 43cbe4499..ffad4cfbd 100644
--- a/doc/keys.xml
+++ b/doc/keys.xml
@@ -1108,9 +1108,11 @@ groups) with the same effect as Alt+click.)</note>
<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>
-
+<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>
<group>
<title>Finish</title>