This is a content editable div with a custom keyboard layout. Press Enter to add new lines. HTML <div id="contenteditable" contenteditable="true">This is a <em>content editable</em> div with a custom keyboard <strong>layout</strong>. Press <kbd>Enter</kbd> to add new lines.</div> Script $.keyboard.keyaction.undo = function (base) { base.execCommand('undo'); return false; }; $.keyboard.keyaction.re