Capturing key and mouse events in FF8 and later
Martin Lutken <[email protected]> Tue, 27 Dec 2011 15:26:14 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <412b8d35-317c-486e-8f75-79d4d65c442b@f33g2000yqh.googlegroups.com> |
I have been using the nsIDOMKeyListener, nsIDOMMouseListener and nsIDOMUIListener but they seem to have been removed as of FF8 version 8. I would like to know how to get register callbacks for Key and Mouse events now the above interfaces are gone. I think that for the Key stuff I might need to use nsINativeKeyBindings, but I can't finde anywhare in developer release notes or otherwise how to do this. -Martin