[Greasemonkey] Bug with GM_registerMenuCommand (5 args version)

Joe la Poutre jsixpack at gmail.com
Tue Aug 30 18:08:50 EDT 2005


Hi,

GM 0.5.1 (and 0.5.2 beta) gives me an error when using the 5 arguments
version of GM_registerMenuCommand, e.g.:

GM_registerMenuCommand("Password Composer", mpwd_panel, "p", "shift alt", "p");

I traced this down to a typo in menucommander.js, see bugzilla for
more details and a patch.
http://www.mozdev.org/bugs/show_bug.cgi?id=11417

After fixing this, however, the keyboard shortcut does not work for me
under FF 1.06/Windows XP. Assuming that I should be able to press
<shift><alt>P in the example above when the 'monkeyed' page has focus
in FF, that is...

Cheers,

Joe.


More information about the Greasemonkey mailing list