summaryrefslogtreecommitdiffstats
path: root/share/keys
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2012-10-09 07:21:58 +0000
committer~suv <suv-sf@users.sourceforge.net>2012-10-09 07:21:58 +0000
commitcbc537b2bce8c484889f94771e156bc7dbf42c45 (patch)
treeafa4654caeac6178ce8fb368ae15059cacfdf258 /share/keys
parentpackaging/macosx: detect system language in launcher script (diff)
downloadinkscape-cbc537b2bce8c484889f94771e156bc7dbf42c45.tar.gz
inkscape-cbc537b2bce8c484889f94771e156bc7dbf42c45.zip
add stubs for layer verbs to default keymap file, keep default.xml and inkscape.xml in sync
(bzr r11766)
Diffstat (limited to 'share/keys')
-rw-r--r--share/keys/default.xml11
-rw-r--r--share/keys/inkscape.xml37
2 files changed, 47 insertions, 1 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index e612a117a..1f69bd619 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -533,6 +533,17 @@ 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="LayerDuplicate" />
+ <bind action="LayerDelete" />
+
+ <bind action="LayerSolo" />
+
+ <bind action="LayerShowAll" />
+ <bind action="LayerHideAll" />
+
+ <bind action="LayerLockAll" />
+ <bind action="LayerUnlockAll" />
+
<bind action="LayerToggleHide" />
<bind action="LayerToggleLock" />
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index b2cf829e5..1f69bd619 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -241,6 +241,7 @@ override) the bindings in the main default.xml.
<bind key="F11" action="FullScreen" display="true" />
<bind key="F11" action="FocusToggle" modifiers="Shift" display="true" />
+ <bind key="F11" action="FullScreenFocus" modifiers="Ctrl" display="true" />
<bind key="Tab" modifiers="Ctrl" action="NextWindow" display="true" />
<bind key="ISO_Left_Tab" modifiers="Ctrl" action="NextWindow" />
@@ -532,6 +533,17 @@ 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="LayerDuplicate" />
+ <bind action="LayerDelete" />
+
+ <bind action="LayerSolo" />
+
+ <bind action="LayerShowAll" />
+ <bind action="LayerHideAll" />
+
+ <bind action="LayerLockAll" />
+ <bind action="LayerUnlockAll" />
+
<bind action="LayerToggleHide" />
<bind action="LayerToggleLock" />
@@ -584,6 +596,27 @@ override) the bindings in the main default.xml.
<bind key="F12" action="DialogsToggle" display="true" />
+ <bind key="h" modifiers="Ctrl,Alt" action="AlignHorizontalCenter" display="true" />
+ <bind key="H" modifiers="Ctrl,Alt" action="AlignHorizontalCenter" />
+
+ <bind key="t" modifiers="Ctrl,Alt" action="AlignVerticalCenter" display="true" />
+ <bind key="T" modifiers="Ctrl,Alt" action="AlignVerticalCenter" />
+
+ <bind key="KP_2" modifiers="Ctrl,Alt" action="AlignVerticalBottom" display="true" />
+ <bind key="KP_2" modifiers="Ctrl,Alt" action="AlignVerticalBottom" />
+
+ <bind key="KP_4" modifiers="Ctrl,Alt" action="AlignHorizontalLeft" display="true" />
+ <bind key="KP_4" modifiers="Ctrl,Alt" action="AlignHorizontalLeft" />
+
+ <bind key="KP_5" modifiers="Ctrl,Alt" action="AlignVerticalHorizontalCenter" display="true" />
+ <bind key="KP_5" modifiers="Ctrl,Alt" action="AlignVerticalHorizontalCenter" />
+
+ <bind key="KP_6" modifiers="Ctrl,Alt" action="AlignHorizontalRight" display="true" />
+ <bind key="KP_6" modifiers="Ctrl,Alt" action="AlignHorizontalRight" />
+
+ <bind key="KP_8" modifiers="Ctrl,Alt" action="AlignVerticalTop" display="true" />
+ <bind key="KP_8" modifiers="Ctrl,Alt" action="AlignVerticalTop" />
+
<!-- Help -->
<bind action="HelpAboutExtensions" />
@@ -603,9 +636,11 @@ override) the bindings in the main default.xml.
<bind key="g" modifiers="Ctrl,Alt" action="org.inkscape.typography.newglyphlayer" display="true"/>
<bind key="G" modifiers="Ctrl,Alt" action="org.inkscape.typography.newglyphlayer"/>
+<!--
<bind key="h" modifiers="Ctrl,Alt" action="org.inkscape.typography.previousglyphlayer" display="true"/>
<bind key="H" modifiers="Ctrl,Alt" action="org.inkscape.typography.previousglyphlayer"/>
-
+ -->
+
<bind key="j" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer" display="true"/>
<bind key="J" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer"/>