[PlanetCCRMA] Noteedit keyboard problem

Daniel Tonda Castillo dtc@gawab.com
Wed Apr 26 00:10:01 2006


Hi!

Your post helped me greatly. I downloaded the latest beta, and voilą, 
the keys now work.

I appreciate the help.

Daniel Tonda Castillo

Mikko Harjula wrote:
> There seems to be a bug in the ccrma packaged version of Noteedit
> 2.8.0.  The keyboard input is broken, you can type text in all text
> input forms but when entering notes the usual keyboard shortcuts don't
> work.  This seems to be "[ Bug #6263 ] keyboard shorcut do not work" in
> http://developer.berlios.de/bugs/?func=detailbug&bug_id=6263&group_id=2232:
>
> in the file noteedit/mainframewidget.cpp
>
> replace the line
> keys_ = new KAccel(this);
> by
> keys_ = new KAccel((QWidget*)this->parent());
>
> It looks like 2.8.0 is the latest "stable" release and there is 2.8.1
> beta dated March 27, 2006.  According to bug tracker this bug is not
> yet assigned to anyone even though the fix is known.  However the fix
> is included in the 2.8.1 beta source.
>
>