Re: ISSUE-141 (IME examples): IME examples [DOM3 Events]

You can achieve the original virtual key (on Windows) using ImmGetVirtualKey( ). IE still keeps the 229 for the keyCode property. But we use this approach to set the char property.

See: http://msdn.microsoft.com/en-us/library/dd318570(VS.85).aspx

--Jacob

Received on Friday, 4 February 2011 19:54:02 UTC