Feature
Keyboard Shortcuts
Frequently used commands can be executed quickly with keyboard shortcuts. Below is a list of key shortcuts.
Shortcut List
On macOS, Ctrl corresponds to ⌘ (Command).
Ctrl+N New | Ctrl+S Save | Ctrl+Z Undo | Ctrl+Y Redo
Ctrl+B Bold | Ctrl+I Italic | Ctrl+U Underline
Ctrl+F Find & Replace | Ctrl+K Hyperlink | F11 Fullscreen
Configuration
var config = Object.assign(synapEditorConfig, { 'editor.license': synapEditorLicense, 'editor.lang': 'en', 'editor.toolbar': [ 'new', '|', 'keyboard' ], 'editor.menu.show': false }); // Create editor instance var editor = new SynapEditor('synapEditor', config, initialHtml);