https://bugs.kde.org/show_bug.cgi?id=389631
--- Comment #3 from Anguo <kde_b...@overshoot.tv> --- Please do not feel undue pressure for what is now a minor request, but for the record, the ideal functionality would be if the arrow up/down keys would behave as the +/- keys, i.e. if they were also incrementing/descrementing the month and year when appropriate. Then we can ignore the end of month situation and always use the same arrow keys. I am not familiar with the QT API so I don't know how much of a hassle it would be to implement. Feel free to ignore this. void KMyMoney::OldDateEdit::keyPressEvent(QKeyEvent* k) { // ... QDateEdit::keyPressEvent(k); } http://doc.qt.io/archives/qt-4.8/qdatetimeedit.html#keyPressEvent -- You are receiving this mail because: You are watching all bug changes.