[calligra/calligra/2.9] krita: CCBUG:344750 Add three new default shortcuts

Boudewijn Rempt boud at valdyas.org
Thu Jun 25 08:16:00 UTC 2015


Git commit d8b7986fa136d91c8f02036b23214a55dab2257e by Boudewijn Rempt.
Committed on 25/06/2015 at 08:15.
Pushed by rempt into branch 'calligra/2.9'.

CCBUG:344750 Add three new default shortcuts

Patch by Raghavendra Kamath. Thanks!

CCMAIL:raghu at raghukamath.com
CCMAIL:kimageshop at kde.org

Create group layer = Ctrl+G
Merge Selected layer = Ctrl+Alt+E
Scale image to new size = Alt+Ctrl+I

M  +3    -3    krita/krita.action

http://commits.kde.org/calligra/d8b7986fa136d91c8f02036b23214a55dab2257e

diff --git a/krita/krita.action b/krita/krita.action
index 5c91ae4..fa13df6 100644
--- a/krita/krita.action
+++ b/krita/krita.action
@@ -88,7 +88,7 @@
     <Action name="convert_to_vector_selection" icon="" text="&Convert to Vector Selection" whatsThis="" toolTip="Convert to Vector Selection" iconText="Convert to Vector Selection" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="convert_shapes_to_vector_selection" icon="" text="Convert &Shapes to Vector Selection" whatsThis="" toolTip="Convert Shapes to Vector Selection" iconText="Convert Shapes to Vector Selection" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="toggle-selection-overlay-mode" icon="" text="&Toggle Selection Display Mode" whatsThis="" toolTip="Toggle Selection Display Mode" iconText="Toggle Selection Display Mode" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
-    <Action name="merge_selected_layers" icon="" text="&Merge Selected Layers" whatsThis="" toolTip="Merge Selected Layers" iconText="Merge Selected Layers" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
+    <Action name="merge_selected_layers" icon="" text="&Merge Selected Layers" whatsThis="" toolTip="Merge Selected Layers" iconText="Merge Selected Layers" shortcut="Ctrl+Alt+E" defaultShortcut="Ctrl+Alt+E" isCheckable="false" statusTip=""/>
     <Action name="flatten_image" icon="" text="&Flatten image" whatsThis="" toolTip="Flatten image" iconText="Flatten image" shortcut="Ctrl+Shift+E" defaultShortcut="Ctrl+Shift+E" isCheckable="false" statusTip=""/>
     <Action name="merge_layer" icon="" text="&Merge with Layer Below" whatsThis="" toolTip="Merge with Layer Below" iconText="Merge with Layer Below" shortcut="Ctrl+E" defaultShortcut="Ctrl+E" isCheckable="false" statusTip=""/>
     <Action name="flatten_layer" icon="" text="&Flatten Layer" whatsThis="" toolTip="Flatten Layer" iconText="Flatten Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
@@ -103,7 +103,7 @@
     <Action name="save_node_as_image" icon="document-save" text="Save Layer/Mask..." whatsThis="" toolTip="Save Layer/Mask" iconText="Save Layer/Mask" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="duplicatelayer" icon="edit-copy" text="&Duplicate Layer or Mask" whatsThis="" toolTip="Duplicate Layer or Mask" iconText="Duplicate Layer or Mask" shortcut="Ctrl+J" defaultShortcut="Ctrl+J" isCheckable="false" statusTip=""/>
     <Action name="add_new_paint_layer" icon="document-new" text="&Paint Layer" whatsThis="" toolTip="Paint Layer" iconText="Paint Layer" shortcut="Ins" defaultShortcut="Ins" isCheckable="false" statusTip=""/>
-    <Action name="add_new_group_layer" icon="folder-new" text="&Group Layer" whatsThis="" toolTip="Group Layer" iconText="Group Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
+    <Action name="add_new_group_layer" icon="folder-new" text="&Group Layer" whatsThis="" toolTip="Group Layer" iconText="Group Layer" shortcut="Ctrl+G" defaultShortcut="Ctrl+G" isCheckable="false" statusTip=""/>
     <Action name="add_new_clone_layer" icon="edit-copy" text="&Clone Layer" whatsThis="" toolTip="Clone Layer" iconText="Clone Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="add_new_shape_layer" icon="bookmark-new" text="&Vector Layer" whatsThis="" toolTip="Vector Layer" iconText="Vector Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="add_new_adjustment_layer" icon="view-filter" text="&Filter Layer..." whatsThis="" toolTip="Filter Layer" iconText="Filter Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
@@ -233,7 +233,7 @@
     <Action name="layercolorspaceconversion" icon="" text="&Convert Layer Color Space..." whatsThis="" toolTip="Convert Layer Color Space" iconText="Convert Layer Color Space" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="gmic" icon="" text="Apply G'Mic Action..." whatsThis="" toolTip="Apply G'Mic Action" iconText="Apply G'Mic Action" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="histogram" icon="" text="&Histogram..." whatsThis="" toolTip="Histogram" iconText="Histogram" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
-    <Action name="imagesize" icon="" text="Scale To New Size..." whatsThis="" toolTip="Scale To New Size" iconText="Scale To New Size" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
+    <Action name="imagesize" icon="" text="Scale To New Size..." whatsThis="" toolTip="Scale To New Size" iconText="Scale To New Size" shortcut="Ctrl+Alt+I" defaultShortcut="Ctrl+Alt+I" isCheckable="false" statusTip=""/>
     <Action name="canvassize" icon="" text="Size Canvas..." whatsThis="" toolTip="Size Canvas" iconText="Size Canvas" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="layersize" icon="" text="Scale &Layer..." whatsThis="" toolTip="Scale Layer" iconText="Scale Layer" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>
     <Action name="selectionscale" icon="" text="&Scale..." whatsThis="" toolTip="Scale" iconText="Scale" shortcut="" defaultShortcut="" isCheckable="false" statusTip=""/>



More information about the kimageshop mailing list