[krita/akamakin/T8628-multithreading-optimization] krita/data/actions: Change the default shortcuts for raise and lower object

Andrey Kamakin null at kde.org
Tue Jun 26 15:02:17 UTC 2018


Git commit f2dfb4131cf68844653907820fe15b006fb20616 by Andrey Kamakin, on behalf of Boudewijn Rempt.
Committed on 26/06/2018 at 14:18.
Pushed by akamakin into branch 'akamakin/T8628-multithreading-optimization'.

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/f2dfb4131cf68844653907820fe15b006fb20616

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