diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-04 11:08:44 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-04 11:08:44 +0000 |
| commit | c72883a813bf4ebd8439dff8b72f0687a7b238a3 (patch) | |
| tree | da4e47e3d80d67d7c53a0b613602389051a64bdf | |
| parent | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ... (diff) | |
| download | inkscape-c72883a813bf4ebd8439dff8b72f0687a7b238a3.tar.gz inkscape-c72883a813bf4ebd8439dff8b72f0687a7b238a3.zip | |
Fix for 189535 : Change shortcut key for Horizontal align to Ctrl+Alt+t
(bzr r11650)
| -rw-r--r-- | share/keys/default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 14c75e85a..e612a117a 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -588,8 +588,8 @@ override) the bindings in the main default.xml. <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="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" /> |
