[graphics/krita/krita/5.0] krita: Add a default shortcut for creating a vector layer

Halla Rempt null at kde.org
Fri Sep 17 11:01:27 BST 2021


Git commit 652187937f3c24aa1ce544766f06ff0fddf8c86f by Halla Rempt.
Committed on 17/09/2021 at 10:01.
Pushed by rempt into branch 'krita/5.0'.

Add a default shortcut for creating a vector layer

Shift-Ins will create a vector layer.

BUG:442585
CCMAIL:kimageshop at kde.org
(cherry picked from commit cecbbbfd5ddc857eeff2aedb1629bcf5400cb8e8)

M  +1    -1    krita/krita.action

https://invent.kde.org/graphics/krita/commit/652187937f3c24aa1ce544766f06ff0fddf8c86f

diff --git a/krita/krita.action b/krita/krita.action
index ab7cc13128..b7db77a95c 100644
--- a/krita/krita.action
+++ b/krita/krita.action
@@ -2376,7 +2376,7 @@
       <iconText>Vector Layer</iconText>
       <activationFlags>1000</activationFlags>
       <activationConditions>0</activationConditions>
-      <shortcut/>
+      <shortcut>Shift+Insert</shortcut>
       <isCheckable>false</isCheckable>
       <statusTip/>
     </Action>


More information about the kimageshop mailing list