From kde-commits Wed Oct 22 13:40:16 2003 From: David Faure Date: Wed, 22 Oct 2003 13:40:16 +0000 To: kde-commits Subject: qt-copy/src/widgets X-MARC-Message: https://marc.info/?l=kde-commits&m=106683077708618 CVS commit by faure: TT accepted the patch (Issue N33035): fixes qtextedit not catching Shift+Left/Right for itself when they are bound to window-global accels (e.g. for konq back/forward). CCMAIL: Jesse Yurkovich M +2 -0 qtextedit.cpp 1.40 --- qt-copy/src/widgets/qtextedit.cpp #1.39:1.40 @@ -1124,4 +1124,6 @@ bool QTextEdit::event( QEvent *e ) case Key_End: case Key_Backspace: + case Key_Left: + case Key_Right: ke->accept(); default: