Peter Kümmel <[EMAIL PROTECTED]> writes: | Helge Hafting wrote: | > Lars Gullik Bjønnes wrote: | >> | What is the problem that you are trying to solve here? | >> | >> Is it my old pet? "Countinued scorrling after key-release"? | >> | >> What was wrong with my patch from months back? | >> | > | > I tried this with todays svn. | > The patch will indeed prevent scrolling after key-release, | > so it fixes the pageup/pagedown case. | > | | My patch eats the pageup/pagedown key events, but I don't | know what Lars' patch does.
Mine is more general, as it drops all keyevents that we hare unable to handle due to too fast auto-repeat. (This is basically the same patch we had for years with the XForms frontend, so you can see that the approach has been proven to work...) -- Lgb