Version: (using KDE Devel) Installed from: Compiled sources OS: Linux Ctrl-X does nothing in Album GUI. According to KDE HIG it should cut selected items. Ctrl-C and Ctrl-P works so also third shortcut of this trinity should work. Another shortcut for this action is: Shift-Delete
Note Cut is not yet implemented... Gilles
Isn't this almost trivial to implement? Or am I missing something?
Shift+Delete is implemented, cut shouldn't be hard... I'll take a look at it.
SVN commit 1038001 by aclemens: Implement CUT action in DigikamView BUG:144642 M +6 -0 contextmenuhelper.cpp M +8 -0 contextmenuhelper.h M +33 -1 digikamimageview.cpp M +8 -0 digikamimageview.h M +1 -2 digikamimageview_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1038001