Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created April 19, 2011 18:43
Show Gist options
  • Select an option

  • Save skipjac/929221 to your computer and use it in GitHub Desktop.

Select an option

Save skipjac/929221 to your computer and use it in GitHub Desktop.
Disable Zendesk keyboard shortcuts
jQuery(function() {
jQuery(document).unbind('.zendesk.keyboard-shortcut');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment