Re: Some keyboard keys do not work
Vitaly Shelest <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
To implement keyboard commands in WebBrowser Control get IHTMLDocument2 instance and implement HTMLDocumentEvents2 Vitaly Shelest "Shawn. Won." <[email protected]> wrote in message news:<LISTSERV%[email protected]>... > Hello. > > I am using web browser control on a JFrame. It works very good. > Thank you for the nice work. > > But I have a small annoying problem. Web browser control does not react to > some keyboard commands. Ctrl+C, Ctrl+V, F5 ... do not work. Moving caret > focus to and from html forms with [Tab] key also do not work. > > Why is it and how do I solve the problem ? > > Thanks in advance. >