On Mon, 14 Feb 2005, David Faure wrote: > > I've now compared the sources. WebCore indeed has a KeyEvent > > implementation while khtml still has a TextEvent implementation. And the > > virtual key code enums are gone, too. Unlike Apple we cannot simply drop > > such a class right now but I'll look into applying TextEvent fixed to make > > the ECMA bindings work sensibly at least. > > The talks on our common mailing-list were along the lines of > "we probably need both classes" IIRC. OK. Confirms my conclusion then. Hadn't followed this discussion because I wasn't affected back then ;) Looking closer at WebCore I saw that the (Windows) key code related code is #ifdef'ed for Apple only btw. A solution working for KDE is lacking there, too. Harri.