We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92fcd commit 0f1659eCopy full SHA for 0f1659e
docs/content_management/rich_text/extend_online_editor.md
@@ -472,7 +472,7 @@ function SpecialCharactersNbsp( editor ) {
472
editor.plugins.get( 'SpecialCharacters' ).addItems( 'Text', [
473
{ title: 'Non-Breaking Space', character: '\u00a0' }
474
] );
475
- // add a keyboard shortcut
+ // add a keyboard shortcut
476
editor.keystrokes.set( 'Ctrl+space', ( key, stop ) => {
477
editor.execute( 'input', { text: '\u00a0' } );
478
stop();
0 commit comments