summaryrefslogtreecommitdiffstats
path: root/share/keys
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-03-19 07:12:15 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-03-19 07:12:15 +0000
commitf698ced04f35c920676b17a1d090ba7f04c42df3 (patch)
treea61580160c45e203afa956a0f915d6c0c55c3581 /share/keys
parentPartial fix for Bug #1071082 (Undo History doesn't work if open before file i... (diff)
downloadinkscape-f698ced04f35c920676b17a1d090ba7f04c42df3.tar.gz
inkscape-f698ced04f35c920676b17a1d090ba7f04c42df3.zip
Keys. Bug #253552 (Repeat effect shortcut).
(bzr r12226)
Diffstat (limited to 'share/keys')
-rw-r--r--share/keys/default.xml19
-rw-r--r--share/keys/inkscape.xml19
2 files changed, 22 insertions, 16 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index f9a6f0d44..cb1273013 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -664,21 +664,24 @@ override) the bindings in the main default.xml.
<!-- Effects -->
- <bind action="EffectLast" />
- <bind action="EffectLastPref" />
+ <bind key="q" modifiers="Alt" action="EffectLast" display="true" />
+ <bind key="Q" modifiers="Alt" action="EffectLast" />
+ <bind key="q" modifiers="Shift,Alt" action="EffectLastPref" display="true" />
+ <bind key="Q" modifiers="Shift,Alt" action="EffectLastPref" />
+
<!-- You can also assign keys to individual effects. The action should be set to he
effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
Nodes effect. -->
- <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="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="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"/>
+ <bind key="j" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer" display="true"/>
+ <bind key="J" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer"/>
</keys>
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index f9a6f0d44..cb1273013 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -664,21 +664,24 @@ override) the bindings in the main default.xml.
<!-- Effects -->
- <bind action="EffectLast" />
- <bind action="EffectLastPref" />
+ <bind key="q" modifiers="Alt" action="EffectLast" display="true" />
+ <bind key="Q" modifiers="Alt" action="EffectLast" />
+ <bind key="q" modifiers="Shift,Alt" action="EffectLastPref" display="true" />
+ <bind key="Q" modifiers="Shift,Alt" action="EffectLastPref" />
+
<!-- You can also assign keys to individual effects. The action should be set to he
effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
Nodes effect. -->
- <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="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="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"/>
+ <bind key="j" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer" display="true"/>
+ <bind key="J" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer"/>
</keys>