Version: (using KDE Devel) Installed from: Compiled sources OS: Linux Ctrl-Y does not tied to Redo as it should do according to KDE HIG.
SVN commit 666899 by cgilles: digikam from trunk : added new accelerator CTRL+Y to Redo and action BUG: 145078 M +5 -0 editorwindow.cpp --- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #666898:666899 @@ -500,6 +500,11 @@ i18n("Zoom out of Image"), Key_Minus, this, SLOT(slotDecreaseZoom()), false, true); + + d->accelerators->insert("Redo", i18n("Redo"), + i18n("Redo Last action"), + CTRL+Key_Y, m_canvas, SLOT(slotRedo()), + false, true); } void EditorWindow::setupStatusBar()