- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Typing
Shortcuts
Try it yourself:
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>