diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-18 08:30:07 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-18 08:30:07 +0000 |
| commit | a06f7c7fc9eacaf6f90eca8ad7190d2ffb700b85 (patch) | |
| tree | 6df0b6faf45848292123e50b1e4f117008093788 /share | |
| parent | Authors update (diff) | |
| download | inkscape-a06f7c7fc9eacaf6f90eca8ad7190d2ffb700b85.tar.gz inkscape-a06f7c7fc9eacaf6f90eca8ad7190d2ffb700b85.zip | |
Fix for 189535 : align verbs and by keys
(bzr r11611)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index b2cf829e5..f4886e254 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -584,6 +584,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="v" modifiers="Ctrl,Alt" action="AlignVerticalCenter" display="true" /> + <bind key="V" 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 +624,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"/> |
