Skip to content

Instantly share code, notes, and snippets.

@arantius
Created March 27, 2011 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arantius/889620 to your computer and use it in GitHub Desktop.
Save arantius/889620 to your computer and use it in GitHub Desktop.
GM_registerMenuCommand Accelerator Test
// ==UserScript==
// @name GM_registerMenuCommand Accelerator Test
// ==/UserScript==
GM_registerMenuCommand(
"Menu command, with Accelerator",
function() { dump("Menu command w/Accelerator runs.\n"); },
"c", "control shift");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment