diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index a888c1e2f..3b1138555 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -527,6 +527,9 @@ override) the bindings in the main default.xml. <bind key="l" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers" /> + <bind action="LayerToggleHide" /> + <bind action="LayerToggleLock" /> + <!-- Dialogs --> <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 972707f4f..8272fc785 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -524,6 +524,9 @@ override) the bindings in the main default.xml. <bind key="l" modifiers="Ctrl,Shift" action="DialogLayers" display="true" /> <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers" /> + <bind action="LayerToggleHide" /> + <bind action="LayerToggleLock" /> + <!-- Dialogs --> <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true" /> |
