CmdEnter.js
Submits any form with (Cmd | Win | Ctrl) + Enter.
Why?
Submits forms using Cmd + Enter (Mac) or Win + Ctrl (Windows) is a well known key combination that you may already use on Twitter, GitHub, Facebook, and another mayor sites.
It's great because is faster than move your mouse or hit tab to reach the submit button, you can save a few key strokes!.
Demo
Installation
You can install it from npm
$ npm install cmdenter
Usage
Just create a new CmdEnter.js instance and you are ready to go
<script> ;</script>
This will bind the cmd + enter
key combination to all textarea
elements on the page. Optionally you can specify a CSS selector as first parameter. Example:
<script> '.comment' '#description' 'form#register textarea'</script>
Browser Support
- All modern browsers
Made to you by
Fernando Montoya (FrontEnd developer)
License
MIT.