diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-03 22:04:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-03 22:04:04 +0000 |
| commit | dda1e49ef9aa93f4f1f733eadbbd49476b88d2df (patch) | |
| tree | 7fb0942690a01539e5eb07a15d9c2b9235074245 /share/keys | |
| parent | modify touchabout target (diff) | |
| download | inkscape-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/keys')
| -rw-r--r-- | share/keys/default.xml | 2 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 2 |
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 --> |
