Hi, I'm an extension developer and I'm writing an extension that will pop up a menu when the user presses ctrl + space. How it works is that I am injecting a little script into all pages, which listen for the ctrl + space event. When the event fires it brings up a div. The problem is that Firebug is also listening to the ctrl + space event, and it causes the window to lose focus so that the user must press twice in order to click on an item in the menu, not to mention that the window loses all key events unless the user clicks on it to focus. Is there a way of overriding / getting the focus back from firebug? This is an extension so I can do privileged calls.
Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
