diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-15 18:50:18 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-15 18:50:18 +0000 |
| commit | cdf2e6d279305ad60df04e26cef584f496d3da34 (patch) | |
| tree | 6df16dfffe12dcfb207149e31d9be26cb6a4ec7f /share | |
| parent | Move from the jabber_whiteboard directory to its own, so that it can be updat... (diff) | |
| download | inkscape-cdf2e6d279305ad60df04e26cef584f496d3da34.tar.gz inkscape-cdf2e6d279305ad60df04e26cef584f496d3da34.zip | |
menus, keys, prefs changes for Layers
(bzr r847)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 2 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 2 | ||||
| -rw-r--r-- | share/keys/xara.xml | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index f2df9c563..497acf43f 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -442,6 +442,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" /> + <!-- Dialogs --> <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index f2df9c563..497acf43f 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -442,6 +442,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" /> + <!-- Dialogs --> <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/> diff --git a/share/keys/xara.xml b/share/keys/xara.xml index a2d7c40d5..f32d124d3 100644 --- a/share/keys/xara.xml +++ b/share/keys/xara.xml @@ -31,7 +31,6 @@ Push Tool SHIFT+F8 or ALT+X Clipart Gallery SHIFT+F10 Fill Gallery SHIFT+F11 Frame Gallery SHIFT+F12 -Layer Gallery F10 Bitmap Gallery F11 Line Gallery F12 // stroke style? Name Gallery CTRL+SHIFT+F9 @@ -502,6 +501,8 @@ Hom/end keys-select minimum or maximum feather values <bind key="Page_Down" modifiers="Shift" action="LayerMoveToPrev" /> <bind key="KP_Page_Down" modifiers="Shift" action="LayerMoveToPrev" /> + <bind key="F10" action="DialogLayers" display="true" /> + <!-- Dialogs --> <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/> |
