@ -2086,7 +2086,7 @@ void PageView::keyPressEvent(QKeyEvent *e)
slotScrollDown();
break;
case Qt::Key_I:
case Qt::Key_U:
case Qt::Key_Up:
slotScrollUp( 3 /* go up 1 step */ );
@ -2107,7 +2107,7 @@ void PageView::keyPressEvent(QKeyEvent *e)
}
case Qt::Key_Right:
case Qt::Key_L:
if (horizontalScrollBar()->maximum() == 0) {
// if we cannot scroll we advance the page vertically
int next_page = d->document->currentPage() + viewColumns();