summaryrefslogtreecommitdiffstats
path: root/share/keys/inkscape.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-11-21 05:24:08 +0000
committerTed Gould <ted@canonical.com>2008-11-21 05:24:08 +0000
commit44a3a78fb6a3863c0c7f3c1193837337e68a67e4 (patch)
tree1722ee5ec6f88c881cd4124923354b3c1311501b /share/keys/inkscape.xml
parentMerge from trunk (diff)
downloadinkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.tar.gz
inkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.zip
Merge from fe-moved
(bzr r6891)
Diffstat (limited to 'share/keys/inkscape.xml')
-rw-r--r--share/keys/inkscape.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 4c9f686f4..e5ef7d430 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -150,6 +150,10 @@ override) the bindings in the main default.xml.
<bind action="CalligraphicPrefs" />
+ <bind key="E" modifiers="Shift" action="ToolEraser" display="true"/>
+
+ <bind action="EraserPrefs" />
+
<bind key="F7" modifiers="Shift" action="ToolPaintBucket" display="true"/>
<bind key="u" action="ToolPaintBucket" />
<bind key="U" action="ToolPaintBucket" />
@@ -460,7 +464,9 @@ override) the bindings in the main default.xml.
<!-- Layers -->
- <bind action="LayerNew" />
+ <bind key="N" modifiers="Ctrl,Shift" action="LayerNew" display="true"/>
+ <bind key="n" modifiers="Ctrl,Shift" action="LayerNew" />
+
<bind action="LayerRename" />
<bind action="LayerNext" />
<bind action="LayerPrev" />