Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created March 27, 2012 16:25
Show Gist options
  • Save KensoDev/2217680 to your computer and use it in GitHub Desktop.
Save KensoDev/2217680 to your computer and use it in GitHub Desktop.
key('⌘+enter, ctrl+enter', function(e, h){
input = $(e.target);
form = input.parents("form");
form.submit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment