[krita] krita: Remove the shortcut for wraparound mode

Boudewijn Rempt null at kde.org
Fri Sep 14 15:41:54 BST 2018


Git commit a794d32a23e4fa2fb0644ec46c007628e0c0e5c8 by Boudewijn Rempt.
Committed on 14/09/2018 at 14:40.
Pushed by rempt into branch 'master'.

Remove the shortcut for wraparound mode

It's still available from the menu and could be put on the toolbar,
or people could assign a shortcut, but having it on by default makes
life too hard for people who are trying to support our users.

CCMAIL:kimageshop at kde.org

M  +0    -1    krita/data/shortcuts/krita_default.shortcuts
M  +0    -1    krita/data/shortcuts/paint_tool_sai_compatible.shortcuts
M  +0    -1    krita/data/shortcuts/photoshop_compatible.shortcuts
M  +0    -1    krita/data/shortcuts/tablet_pro.shortcuts
M  +1    -1    krita/kritamenu.action

https://commits.kde.org/krita/a794d32a23e4fa2fb0644ec46c007628e0c0e5c8

diff --git a/krita/data/shortcuts/krita_default.shortcuts b/krita/data/shortcuts/krita_default.shortcuts
index f26fbbd6d3d..46f31367ece 100644
--- a/krita/data/shortcuts/krita_default.shortcuts
+++ b/krita/data/shortcuts/krita_default.shortcuts
@@ -282,5 +282,4 @@ windows_next=Ctrl+Tab
 windows_previous=none
 windows_tile=none
 workspaces=none
-wrap_around_mode=W
 zoom_to_100pct=Ctrl+0
diff --git a/krita/data/shortcuts/paint_tool_sai_compatible.shortcuts b/krita/data/shortcuts/paint_tool_sai_compatible.shortcuts
index 970350e33e7..1e56d50f16a 100644
--- a/krita/data/shortcuts/paint_tool_sai_compatible.shortcuts
+++ b/krita/data/shortcuts/paint_tool_sai_compatible.shortcuts
@@ -426,5 +426,4 @@ windows_next=Ctrl+Tab
 windows_previous=Ctrl+Shift+Tab
 windows_tile=none
 workspaces=none
-wrap_around_mode=none
 zoom_to_100pct=Home
diff --git a/krita/data/shortcuts/photoshop_compatible.shortcuts b/krita/data/shortcuts/photoshop_compatible.shortcuts
index 67aa08f03db..b731b257790 100644
--- a/krita/data/shortcuts/photoshop_compatible.shortcuts
+++ b/krita/data/shortcuts/photoshop_compatible.shortcuts
@@ -426,5 +426,4 @@ windows_next=none
 windows_previous=none
 windows_tile=none
 workspaces=none
-wrap_around_mode=W
 zoom_to_100pct=Ctrl+0
diff --git a/krita/data/shortcuts/tablet_pro.shortcuts b/krita/data/shortcuts/tablet_pro.shortcuts
index d463b9244a5..f590f223ff0 100644
--- a/krita/data/shortcuts/tablet_pro.shortcuts
+++ b/krita/data/shortcuts/tablet_pro.shortcuts
@@ -464,5 +464,4 @@ windows_next=Ctrl+Tab
 windows_previous=none
 windows_tile=none
 workspaces=none
-wrap_around_mode=W
 zoom_to_100pct=Ctrl+0
diff --git a/krita/kritamenu.action b/krita/kritamenu.action
index 9a2ccf7ebe2..a398dc0eb00 100644
--- a/krita/kritamenu.action
+++ b/krita/kritamenu.action
@@ -605,7 +605,7 @@
       <iconText>Wrap Around Mode</iconText>
       <activationFlags>1</activationFlags>
       <activationConditions>0</activationConditions>
-      <shortcut>W</shortcut>
+      <shortcut></shortcut>
       <isCheckable>true</isCheckable>
       <statusTip></statusTip>
     </Action>


More information about the kimageshop mailing list