[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] SV: Eiffel wheel mouse



> From: Helmut Karlowski [helmut.karlowski@ish.de]
> Sent: 2011-05-20 11:37:35 MEST
> To: mint@lists.fishpool.fi
> Cc: helmut.karlowski@ish.de
> Subject: Re: [MiNT] Eiffel wheel mouse

> I get wheel-events on Shift-Fx.

Then there's something wrong. These scancodes should never be sent to the keyboard handler at all. Instead they should be filtered out together with the mouse packets, and the vex_wheel vector should be called. If the VDI doesn't support this vector, MiNT can do this itself as it is already in control of the AES/VDI trap.

If these scancodes never reach the keyboard handler, there will not be a conflict with shift+fkeys either.

Jo Even