[Bug 1178132] New: Kolourpaint should not redefine the global shortcut Ctrl+M
http://bugzilla.opensuse.org/show_bug.cgi?id=1178132 Bug ID: 1178132 Summary: Kolourpaint should not redefine the global shortcut Ctrl+M Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE Applications Assignee: opensuse-kde-bugs@opensuse.org Reporter: freek@opensuse.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- There is a global keyboard shortcut in Plasma, Ctlr+M, which should hide or show the menu. However this shortcut is redefined in Kolourpaint as "More effects...". This seams distribution related. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1178132 http://bugzilla.opensuse.org/show_bug.cgi?id=1178132#c1 Wolfgang Bauer <wbauer@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wbauer@tmo.at --- Comment #1 from Wolfgang Bauer <wbauer@tmo.at> --- (In reply to Freek de Kruijf from comment #0)
This seams distribution related. Why do you think so? We don't have a patch in the openSUSE package that would add this shortcut...
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1178132 http://bugzilla.opensuse.org/show_bug.cgi?id=1178132#c2 Wolfgang Bauer <wbauer@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |UPSTREAM --- Comment #2 from Wolfgang Bauer <wbauer@tmo.at> --- I had a look at the (upstream) source code, and the shortcut is clearly defined there: d->actionMoreEffects = ac->addAction (QStringLiteral("image_more_effects")); d->actionMoreEffects->setText (i18n ("&More Effects...")); connect (d->actionMoreEffects, &QAction::triggered, this, &kpMainWindow::slotMoreEffects); ac->setDefaultShortcut (d->actionMoreEffects, Qt::CTRL + Qt::Key_M); (see https://invent.kde.org/graphics/kolourpaint/-/blob/master/mainWindow/kpMainW..., line#188 ff.) So this should better be reported upstream at bugs.kde.org if it is considered to be a problem. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com