[graphics/krita/krita/4.3] krita: Add shortcuts for rectangle and ellipse tool

Boudewijn Rempt null at kde.org
Wed Nov 25 11:00:49 GMT 2020


Git commit 4d7669aeabaf1b2425130c4dbc85b7f05b323caf by Boudewijn Rempt.
Committed on 25/11/2020 at 11:00.
Pushed by rempt into branch 'krita/4.3'.

Add shortcuts for rectangle and ellipse tool

As suggested by Raghukamath

CCMAIL:kimageshop at kde.org
(cherry picked from commit 2e8a03c3d4fdaf4e82aff89a54e9d8d5d861abc6)

M  +2    -2    krita/krita.action

https://invent.kde.org/graphics/krita/commit/4d7669aeabaf1b2425130c4dbc85b7f05b323caf

diff --git a/krita/krita.action b/krita/krita.action
index 7738e558bc..79e2af2c93 100644
--- a/krita/krita.action
+++ b/krita/krita.action
@@ -1362,7 +1362,7 @@
       <whatsThis></whatsThis>
       <toolTip>Rectangle Tool</toolTip>
       <iconText>Rectangle Tool</iconText>
-      <shortcut></shortcut>
+      <shortcut>Shift+R</shortcut>
       <isCheckable>false</isCheckable>
       <statusTip></statusTip>
     </Action>
@@ -1449,7 +1449,7 @@
       <whatsThis></whatsThis>
       <toolTip>Ellipse Tool</toolTip>
       <iconText>Ellipse Tool</iconText>
-      <shortcut></shortcut>
+      <shortcut>Shift+J</shortcut>
       <isCheckable>false</isCheckable>
       <statusTip></statusTip>
     </Action>


More information about the kimageshop mailing list