summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85807ae)
raw | patch | inline | side by side (parent: 85807ae)
author | johncoswell <johncoswell@users.sourceforge.net> | |
Thu, 12 Apr 2007 23:50:18 +0000 (23:50 +0000) | ||
committer | johncoswell <johncoswell@users.sourceforge.net> | |
Thu, 12 Apr 2007 23:50:18 +0000 (23:50 +0000) |
share/keys/right-handed-illustration.xml | patch | blob | history |
index 3f12929b2b357bb6d9f7f58196f82450c3fb17d9..9d7d8bc9a00c73df65070b9a46ee7b8c51f95b91 100644 (file)
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
<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"/>
<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 -->