Vincent Rivière wrote:And Shift+F9 is buggy, it should be Page Left.Here is a tiny patch for that. Helmut, please commit! Fixed left mouse wheel with Eiffel. Contributed by Vincent Riviere.
Ok. Another question: In keyboard_input I've added a break:if ( cfg.eiffel_support && eiffel_wheel((unsigned short)key.raw.conin.scan & 0xff))
{ if( f_instat(C.KBD_dev) ) continue; else break;(last two lines). This is what I think is correct, it doesn't reflect the original code, but your first version. It avoids wheel-keys go into normal processing. Should I add this?
-- Helmut Karlowski