hello everybody,

i have developed a keypad driver (wince 5.0) using MS sample keyboard
driver for a 7x5 key keypad. it works ok for US english .
i modified the PDD and tweaked the registry for this. I did not modify
the MDD.

i want to know what i need to do to support other languages e.g.
korean/german .

appreciate any help

regards
wm_user.

RE: korean/german language support in keypad driver by thobrla

thobrla
Mon Nov 21 17:01:44 CST 2005

Are you using the layout manager? If so, then you should have created a US
layout for english. All you would need to do is create Korean and German
layouts and then set the appropriate registry keys.

If the driver is monolithic (doesn't use the layout manager), then you'll
likely need to create a table for German/Korean/etc. to use in your IST so
that you can pass the appropriate VKEYs for each language up to GWES by
calling keybd_event.