Prevent form submission on "enter" key

Is there any way to prevent a form from submitting when the user presses “Enter” key? I want it to be submitted only on “Submit” button press, and I do want to use a button, not a link.
Thanks!