summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-03 22:04:04 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-03 22:04:04 +0000
commitdda1e49ef9aa93f4f1f733eadbbd49476b88d2df (patch)
tree7fb0942690a01539e5eb07a15d9c2b9235074245 /share
parentmodify touchabout target (diff)
downloadinkscape-dda1e49ef9aa93f4f1f733eadbbd49476b88d2df.tar.gz
inkscape-dda1e49ef9aa93f4f1f733eadbbd49476b88d2df.zip
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
(bzr r2526)
Diffstat (limited to 'share')
-rw-r--r--share/keys/default.xml2
-rw-r--r--share/keys/inkscape.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 39737a82a..077742e4c 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -299,7 +299,7 @@ override) the bindings in the main default.xml.
<bind key="Tab" modifiers="Shift" action="EditSelectPrev" display="true"/>
<bind key="ISO_Left_Tab" modifiers="Shift" action="EditSelectPrev" />
- <bind action="EditDeselect" /> <!-- FIXME: currently deselecting is bypassing the verb, so it's not bound to Esc as it should be -->
+ <bind key="Escape" action="EditDeselect" />
<!-- Objects/selection -->
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 39737a82a..077742e4c 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -299,7 +299,7 @@ override) the bindings in the main default.xml.
<bind key="Tab" modifiers="Shift" action="EditSelectPrev" display="true"/>
<bind key="ISO_Left_Tab" modifiers="Shift" action="EditSelectPrev" />
- <bind action="EditDeselect" /> <!-- FIXME: currently deselecting is bypassing the verb, so it's not bound to Esc as it should be -->
+ <bind key="Escape" action="EditDeselect" />
<!-- Objects/selection -->