https://bugs.kde.org/show_bug.cgi?id=394988

Maik Qualmann <metzping...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #3 from Maik Qualmann <metzping...@gmail.com> ---
Ok, in the preview I can confirm the problem. We add these shortcuts. I'll look
for a solution tomorrow.

void DigikamView::Private::addPageUpDownActions(DigikamView* const q, QWidget*
const w)
{
    defineShortcut(w, Qt::Key_PageDown, q, SLOT(slotNextItem()));
    defineShortcut(w, Qt::Key_Down,     q, SLOT(slotNextItem()));
    defineShortcut(w, Qt::Key_Right,    q, SLOT(slotNextItem()));

    defineShortcut(w, Qt::Key_PageUp,   q, SLOT(slotPrevItem()));
    defineShortcut(w, Qt::Key_Up,       q, SLOT(slotPrevItem()));
    defineShortcut(w, Qt::Key_Left,     q, SLOT(slotPrevItem()));
}

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to