See bug 188032 for an ongoing discussion. In case if this behavior
is really not wanted by users (the feedback on bugs.kde.org will
show), the review-request
https://git.reviewboard.kde.org/r/104915/ should be merged too
(after adjusting some parts of the code).
bool DolphinContextMenu::moveToTrash() const
{
- return selectedItemsProperties().isLocal() && !m_shiftPressed;
+ return !m_shiftPressed;
}
#include "dolphincontextmenu.moc"
void updateRemoveAction();
/**
- * @return True if no shift key has been pressed and the selection represents
- * only local files.
+ * @return True if a moving to the trash should be done instead of
+ * deleting the selected items.
* @see updateRemoveAction(), slotRemoveActionTriggered()
*/
bool moveToTrash() const;