[I'm reposting this from the webbrowser_ctl group where there was no answer] Hi, (I'm using IE7) I'm listening to the DOM for keyboard events, but the key events do not seem adequate for properly identifying Japanese characters. When I set Vista's input language to Japanese with input mode Hirigana, pressing w then e then Enter only gives keydowns with keycode=229 and keyups with keycode values as if I was in English mode (and no keypresses), even though the Japanese character is composed properly in the text field in the browser. Can someone tell me if I'm missing something here, or is there not support for languages like this when listening to the DOM? Thanks in advance, Grant