Skip to content

Instantly share code, notes, and snippets.

@victorjonsson
Created August 8, 2012 17:38
Show Gist options
  • Save victorjonsson/3296951 to your computer and use it in GitHub Desktop.
Save victorjonsson/3296951 to your computer and use it in GitHub Desktop.
listen to keypress within tinyMCE
tinyMCE.editors[0].onKeyPress.add(function(ed, e) {
alert(e.keyCode);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment