Forms: Integrate Ctrl+S Shortcut for Submitting a Form
The first lines of the page containing the form, shall be exactly like this:[h:]
<script src="u5admin/shortcut.js"></script>
<script>
shortcut.add("Ctrl+S",function() {
document.u5form.submit();
})
</script>
[:h]