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.