[krita] krita/data/actions: Change the default shortcuts for raise and lower object

Boudewijn Rempt null at kde.org
Sat Jun 16 09:28:32 UTC 2018


Git commit 0e648bcae20666ae99163bb3b430fef1c53ff082 by Boudewijn Rempt.
Committed on 16/06/2018 at 09:16.
Pushed by rempt into branch 'master'.

Change the default shortcuts for raise and lower object

These confliced with the default shortcuts for rotating the
canvas. (Though I'm not sure why we have both 4 and 6
and ctrl [ and ctrl ] for rotating the canvas)

CCMAIL:kimageshop at kde.org

M  +2    -2    krita/data/actions/InteractionTool.action

https://commits.kde.org/krita/0e648bcae20666ae99163bb3b430fef1c53ff082

diff --git a/krita/data/actions/InteractionTool.action b/krita/data/actions/InteractionTool.action
index ecfd190dd7c..bb16227db8b 100644
--- a/krita/data/actions/InteractionTool.action
+++ b/krita/data/actions/InteractionTool.action
@@ -4,7 +4,7 @@
     <text>Interaction Tool</text>
     <Action name="object_order_raise">
       <iconText>Raise</iconText>
-      <shortcut>Ctrl+]</shortcut>
+      <shortcut>Ctrl+Alt+]</shortcut>
       <toolTip>Raise</toolTip>
       <icon>object-order-raise-calligra</icon>
       <whatsThis></whatsThis>
@@ -104,7 +104,7 @@
     </Action>
     <Action name="object_order_lower">
       <iconText>Lower</iconText>
-      <shortcut>Ctrl+[</shortcut>
+      <shortcut>Ctrl+Alt+[</shortcut>
       <toolTip>Lower</toolTip>
       <icon>object-order-lower-calligra</icon>
       <whatsThis></whatsThis>



More information about the kimageshop mailing list