diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-26 19:32:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-26 19:32:23 +0000 |
| commit | 9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d (patch) | |
| tree | 87e5b66d7005434125d810d4305c86726c1eb4fa /share | |
| parent | move flood under calligraphic (diff) | |
| download | inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.tar.gz inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.zip | |
rename flood to paintbucket, copyedit
(bzr r2449)
Diffstat (limited to 'share')
| -rw-r--r-- | share/icons/icons.svg | 2 | ||||
| -rw-r--r-- | share/keys/default.xml | 6 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 6 |
3 files changed, 13 insertions, 1 deletions
diff --git a/share/icons/icons.svg b/share/icons/icons.svg index 262d2ae03..2c91bb653 100644 --- a/share/icons/icons.svg +++ b/share/icons/icons.svg @@ -14945,7 +14945,7 @@ http://www.inkscape.org/</dc:description> id="path5831" /> </g> <g - id="draw_flood" + id="draw_paintbucket" transform="matrix(0.8333394,0,0,0.8333394,467.46488,369.87223)"> <rect y="-53.571178" diff --git a/share/keys/default.xml b/share/keys/default.xml index 30473a873..39737a82a 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -140,6 +140,12 @@ override) the bindings in the main default.xml. <bind action="CalligraphicPrefs" /> + <bind key="F7" modifiers="Shift" action="ToolPaintBucket" display="true"/> + <bind key="u" action="ToolPaintBucket" /> + <bind key="U" action="ToolPaintBucket" /> + + <bind action="PaintBucketPrefs" /> + <bind key="F8" action="ToolText" display="true"/> <bind key="t" action="ToolText" /> <bind key="T" action="ToolText" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 30473a873..39737a82a 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -140,6 +140,12 @@ override) the bindings in the main default.xml. <bind action="CalligraphicPrefs" /> + <bind key="F7" modifiers="Shift" action="ToolPaintBucket" display="true"/> + <bind key="u" action="ToolPaintBucket" /> + <bind key="U" action="ToolPaintBucket" /> + + <bind action="PaintBucketPrefs" /> + <bind key="F8" action="ToolText" display="true"/> <bind key="t" action="ToolText" /> <bind key="T" action="ToolText" /> |
