diff -burN noteedit-2.7.4.ori/noteedit/mainframewidget.cpp noteedit-2.7.4/noteedit/mainframewidget.cpp --- noteedit-2.7.4.ori/noteedit/mainframewidget.cpp 2004-12-29 08:38:16.000000000 +0000 +++ noteedit-2.7.4/noteedit/mainframewidget.cpp 2006-05-12 11:26:26.000000000 +0100 @@ -600,7 +600,9 @@ timesigDialog_ = new timesigDiaFrm ( this ); - keys_ = new KAccel(this); + /* keys_ = new KAccel(this); */ + keys_ = new KAccel((QWidget*)this->parent()); + keys_->insertItem( i18n( "move up" ), "KEmoveup", Key_Up); keys_->connectItem( "KEmoveup", this, SLOT( KE_moveUp() ) );