Summary: | key sequence ctrl+w ambiguous with photoshop compatible bindings set | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | wkg28406 |
Component: | Shortcuts and Canvas Input Settings | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 4.1.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/7ab3b432124fbc28c014b0e2e123bf62ce95e990 | Version Fixed In: | |
Sentry Crash Report: |
Description
wkg28406
2018-09-16 18:04:14 UTC
Git commit f2f2be209d8d40a5e7df97f6d259e14818355a4c by Dmitry Kazakov. Committed on 17/09/2018 at 19:45. Pushed by dkazakov into branch 'master'. 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 Git commit 36861ec3b2608893a5c624560e5d3302bda19c31 by Boudewijn Rempt. Committed on 18/09/2018 at 11:30. Pushed by rempt into branch 'master'. Remove the shortcuts from the mdi window's system menu's actions Just changing the scope isn'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 Git commit 7de91a765bb10fe4c55ef851bd157177618a8171 by Boudewijn Rempt. Committed on 24/09/2018 at 06:57. Pushed by rempt into branch 'krita/4.1'. Remove the shortcuts from the mdi window's system menu's actions Just changing the scope isn'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 Git commit 7ab3b432124fbc28c014b0e2e123bf62ce95e990 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 24/09/2018 at 06:57. Pushed by rempt into branch 'krita/4.1'. 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 |