<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>398729</bug_id>
          
          <creation_ts>2018-09-16 18:04:14 +0000</creation_ts>
          <short_desc>key sequence ctrl+w ambiguous with photoshop compatible bindings set</short_desc>
          <delta_ts>2018-09-24 07:25:21 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>krita</product>
          <component>Shortcuts and Canvas Input Settings</component>
          <version>4.1.1</version>
          <rep_platform>Arch Linux</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>wkg28406</reporter>
          <assigned_to name="Dmitry Kazakov">dimula73</assigned_to>
          <cc>dimula73</cc>
    
    <cc>halla</cc>
          
          <cf_commitlink>https://commits.kde.org/krita/7ab3b432124fbc28c014b0e2e123bf62ce95e990</cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1781453</commentid>
    <comment_count>0</comment_count>
    <who name="">wkg28406</who>
    <bug_when>2018-09-16 18:04:14 +0000</bug_when>
    <thetext>Krita 4.1.1-4 (Arch Linux)

Tested with fresh configuration (removing existing ~/.local/share/krita, ~/.config/krita*)

Reproducible: Always

Steps:
1. Open Krita
2. Create new document
3. Settings &gt; Configure Krita
4. Keyboard Shortcuts &gt; Shortcut Schemes &gt; Photoshop Compatible
5. Canvas Input Settings &gt; Input Profile &gt; Photoshop Compatible
6. Close out of settings with &quot;OK&quot;
7. With new document focused, press ctrl+w

Results:
Document window not closed, ambiguous shortcut popup.

There is no other shortcut with ctrl+w that I can find aside from ctrl+shift+w but changing that does not change result. In fact, ctrl+shift+w does work, closing all windows.

Ctrl+w does work normally, on a fresh configuration, with default settings.

Expected:
Document window to be closed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1781726</commentid>
    <comment_count>1</comment_count>
    <who name="Dmitry Kazakov">dimula73</who>
    <bug_when>2018-09-17 19:45:53 +0000</bug_when>
    <thetext>Git commit f2f2be209d8d40a5e7df97f6d259e14818355a4c by Dmitry Kazakov.
Committed on 17/09/2018 at 19:45.
Pushed by dkazakov into branch &apos;master&apos;.

Fix a Ctrl+W shortcut conflict

Another action is created by Qt in
QMdiSubWindowPrivate::createSystemMenu(). Since we cannot
remove it, we should just let it work.

M  +24   -4    libs/ui/KisMainWindow.cpp

https://commits.kde.org/krita/f2f2be209d8d40a5e7df97f6d259e14818355a4c</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1781812</commentid>
    <comment_count>2</comment_count>
    <who name="Halla Rempt">halla</who>
    <bug_when>2018-09-18 11:32:41 +0000</bug_when>
    <thetext>Git commit 36861ec3b2608893a5c624560e5d3302bda19c31 by Boudewijn Rempt.
Committed on 18/09/2018 at 11:30.
Pushed by rempt into branch &apos;master&apos;.

Remove the shortcuts from the mdi window&apos;s system menu&apos;s actions

Just changing the scope isn&apos;t enough: people also want to be
able to configure the the close window action. Fortunately,
that turns out to be quite possible.
Related: bug 375524, bug 352205

M  +8    -8    libs/ui/KisMainWindow.cpp

https://commits.kde.org/krita/36861ec3b2608893a5c624560e5d3302bda19c31</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1786249</commentid>
    <comment_count>3</comment_count>
    <who name="Halla Rempt">halla</who>
    <bug_when>2018-09-24 07:25:19 +0000</bug_when>
    <thetext>Git commit 7de91a765bb10fe4c55ef851bd157177618a8171 by Boudewijn Rempt.
Committed on 24/09/2018 at 06:57.
Pushed by rempt into branch &apos;krita/4.1&apos;.

Remove the shortcuts from the mdi window&apos;s system menu&apos;s actions

Just changing the scope isn&apos;t enough: people also want to be
able to configure the the close window action. Fortunately,
that turns out to be quite possible.
Related: bug 375524, bug 352205

M  +8    -8    libs/ui/KisMainWindow.cpp

https://commits.kde.org/krita/7de91a765bb10fe4c55ef851bd157177618a8171</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1786250</commentid>
    <comment_count>4</comment_count>
    <who name="Halla Rempt">halla</who>
    <bug_when>2018-09-24 07:25:21 +0000</bug_when>
    <thetext>Git commit 7ab3b432124fbc28c014b0e2e123bf62ce95e990 by Boudewijn Rempt, on behalf of Dmitry Kazakov.
Committed on 24/09/2018 at 06:57.
Pushed by rempt into branch &apos;krita/4.1&apos;.

Fix a Ctrl+W shortcut conflict

Another action is created by Qt in
QMdiSubWindowPrivate::createSystemMenu(). Since we cannot
remove it, we should just let it work.

M  +24   -4    libs/ui/KisMainWindow.cpp

https://commits.kde.org/krita/7ab3b432124fbc28c014b0e2e123bf62ce95e990</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>