diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-20 17:53:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-20 17:53:28 +0000 |
| commit | 5a3c542c56b8bf5e17090cb80ac09705813e5af9 (patch) | |
| tree | a29adeecf8f4eb8c0eb4fbd4d89505099b272297 | |
| parent | Completes fix for 980157. Markers in current document's defs is now (diff) | |
| download | inkscape-5a3c542c56b8bf5e17090cb80ac09705813e5af9.tar.gz inkscape-5a3c542c56b8bf5e17090cb80ac09705813e5af9.zip | |
1664055
(bzr r2405)
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 8dbe34af4..30473a873 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -457,7 +457,8 @@ override) the bindings in the main default.xml. <bind key="Page_Down" modifiers="Shift" action="LayerMoveToPrev" display="true"/> <bind key="KP_Page_Down" modifiers="Shift" action="LayerMoveToPrev" /> - <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> + <bind key="l" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> + <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers"/> <!-- Dialogs --> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 8dbe34af4..30473a873 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -457,7 +457,8 @@ override) the bindings in the main default.xml. <bind key="Page_Down" modifiers="Shift" action="LayerMoveToPrev" display="true"/> <bind key="KP_Page_Down" modifiers="Shift" action="LayerMoveToPrev" /> - <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> + <bind key="l" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> + <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers"/> <!-- Dialogs --> |
