Hey gurus, I'll wire a laptop keyboard to a normal keyboard circuit. I know that the keys printed in the first one won't match the keycode resulting in the PC, as those keyboards doesn't share the same matrix.

The question is... I know how to solve this in DOS, with a TSR that hooks the BIOS interrupt that translates keycodes ( I don't recall which one, but is very low level), now under windows what should I do? would win9x recognize the TSR, or would ignore it?

I also know that the equivalent piece of code ofr indows should be a VxD but I'm not that profficient...

Anybody?