summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-07-05 21:08:40 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-07-05 21:08:40 +0000
commitea81233d0495d5a1590a70a42ee60db83c5572d0 (patch)
tree949135837e18c8073c811bfba388c92ed80a2f82 /doc
parentmake subtree monitoring part of XML::Node's interface (diff)
downloadinkscape-ea81233d0495d5a1590a70a42ee60db83c5572d0.tar.gz
inkscape-ea81233d0495d5a1590a70a42ee60db83c5572d0.zip
Fixed broken Shift+LeftClick to set stroke function
(bzr r3187)
Diffstat (limited to 'doc')
-rw-r--r--doc/keys.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/keys.xml b/doc/keys.xml
index 5beb8efc2..e66ecdc6c 100644
--- a/doc/keys.xml
+++ b/doc/keys.xml
@@ -176,6 +176,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><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>