From e30a5ffc22c5211e6a5c170666cfb028254238fe Mon Sep 17 00:00:00 2001 From: Rafael Siejakowski Date: Sat, 28 May 2022 18:17:16 -0300 Subject: [PATCH] Respect "Relative to" when aligning with hotkeys Ensure that the action "app.object-align" receives the token "pref" when triggered via a keyboard shortcut, so that the aligning happens relative to the object selected in the drop-down menu in the Align and Distribute dialog (a.k.a in the preferences, which the dialog writes to). Fixes https://gitlab.com/inkscape/inkscape/-/issues/3581 --- share/keys/inkscape.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 523b9fadbe..d5f4fb646a 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -275,13 +275,13 @@ override) the bindings in the main default.xml. - - - - - - - + + + + + + + -- GitLab