Skip to content

Instantly share code, notes, and snippets.

@kogent
Created May 5, 2010 04:54
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 kogent/390394 to your computer and use it in GitHub Desktop.
Save kogent/390394 to your computer and use it in GitHub Desktop.
Jira greasekit script to disable keyup c hotkey.
// ==UserScript==
// @name Jira Disable keyup c shortcut
// @namespace markcarey.org
// @include *jira*/browse/*-*
// ==/UserScript==
document.getElementsByTagName('head')[0].appendChild(jQuery(document).unbind("keyup", "c"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment