https://bugs.kde.org/show_bug.cgi?id=355313
--- Comment #3 from Frank Steinmetzger <war...@gmx.de> --- I had a quick look at the code and the application. I think we are dealing with a simple typo here: app/fileopscontextmanageritem.cpp:186 -actionCollection->setDefaultShortcut(d->mCopyAction, Qt::Key_F7); +actionCollection->setDefaultShortcut(d->mCopyToAction, Qt::Key_F7); -- You are receiving this mail because: You are watching all bug changes.