summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-04-12 23:50:18 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-04-12 23:50:18 +0000
commit9f46d7dafb58cbbe8d42b655e2b7b7cf501ac746 (patch)
treefeb84cbadc9ec609a1be02d4dfb1330606d49ac1
parentSwitched node toobar to stock GTK+ toolbars (diff)
downloadinkscape-9f46d7dafb58cbbe8d42b655e2b7b7cf501ac746.tar.gz
inkscape-9f46d7dafb58cbbe8d42b655e2b7b7cf501ac746.zip
Add keyboard binding for Paint Bucket and Set Clipping Path
(bzr r2870)
-rw-r--r--share/keys/right-handed-illustration.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml
index 3f12929b2..9d7d8bc9a 100644
--- a/share/keys/right-handed-illustration.xml
+++ b/share/keys/right-handed-illustration.xml
@@ -24,11 +24,13 @@ Shift-2 - Calligraphy Tool
Ctrl-2 - Pencil Tool
3 - Eyedropper
4 - Node Tool
+K - Paint Bucket Tool
Q - Union
W - Difference
E - Simplify
R - Toggle Dialogs
+Shift-Ctrl-Alt-Q - Set Clipping Path
A - Move Selection Up
Shift-A - Bring to Front
@@ -126,6 +128,9 @@ Future improvements:
<bind key="i" action="ToolSpiral" />
<bind key="I" action="ToolSpiral" />
+ <bind key="K" action="ToolPaintBucket" display="true"/>
+ <bind key="k" action="ToolPaintBucket" />
+
<bind action="SpiralPrefs" />
<bind key="F6" action="ToolPencil" display="true"/>
@@ -362,7 +367,8 @@ Future improvements:
<bind action="ObjectSetMask" />
<bind action="ObjectUnSetMask" />
- <bind action="ObjectSetClipPath" />
+ <bind action="ObjectSetClipPath" key="Q" modifiers="Ctrl,Alt,Shift" display="true" />
+ <bind action="ObjectSetClipPath" key="q" modifiers="Ctrl,Alt,Shift" />
<bind action="ObjectUnSetClipPath" />
<!-- FIXME: currently these bypass the verbs, so the verbs are not bound to ctrl+[] as they should be -->