Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

Typing

Shortcuts

Try it yourself:


Edit in JSFiddle

HTML

<div id="froala-editor">
  <p>Change what shortcuts should be available in the WYSIWYG HTML editor using the <a href="../docs/options#shortcutsEnabled" title="shortcutsEnabled option" target="_blank">shortcutsEnabled</a> option.</p>
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    // Set the list of available shortcuts.
    shortcutsEnabled: ['bold', 'italic']
  })
</script>