[ros-kernel] [reactos] AltGr fench keyboard patch (one more)

art yerkes ayerkes at speakeasy.net
Mon Nov 10 09:48:56 CET 2003


> __________________________
> pieces of kbdfr code :
> __________________________
> ROSDATA VK_TO_WCHARS1 keypad_numbers[] = {
>   { VK_NUMPAD0, 0, '0' },
>   { VK_NUMPAD1, 0, '1' },
>   { VK_NUMPAD2, 0, '2' },
> .....
>   { VK_NUMPAD9, 0, '9' },
>   { VK_BACK,    0, '\010' },
>   { 0,0 }
> };

I tested the keypad keys this weekend and made some changes for keypad and
capslock.  I'll send a patch a bit later, after updating with your alt+gr
changes.  The reason they didn't work before is that we're expected to
generate VK_NUMPAD* if numlock is toggled.  I added some state to win32k
that allows that to work.

-- 
"Should array indices start at 0 or 1? My compromise of 0.5 was rejected
 without, I thought, proper consideration."
   - S. Kelly-Bootle


More information about the Ros-kernel mailing list