Created
May 5, 2010 04:54
-
-
Save kogent/390394 to your computer and use it in GitHub Desktop.
Jira greasekit script to disable keyup c hotkey.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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