diff --git a/assets/ckeditor_config.js b/assets/ckeditor_config.js index 358a4c73c..c131d2522 100644 --- a/assets/ckeditor_config.js +++ b/assets/ckeditor_config.js @@ -129,7 +129,7 @@ CKEDITOR.editorConfig = function( config ) { //Klaas edit -> remove CKeditor red magicline overlay for enter by mouse config.removePlugins = 'magicline'; //Klaas edit -> remove CKeditor context menu - //config.removePlugins = 'magicline,contextmenu,liststyle,tabletools'; + config.removePlugins = 'magicline,contextmenu,liststyle,tabletools'; CKEDITOR.config.magicline_color = '#0000FF'; @@ -158,7 +158,6 @@ CKEDITOR.editorConfig = function( config ) { 'clipboard,' + 'colorbutton,' + 'colordialog,' + - 'contextmenu,' + 'dialogadvtab,' + 'elementspath,' + 'enterkey,' + @@ -216,7 +215,7 @@ CKEDITOR.editorConfig = function( config ) { //config.removeButtons = 'Underline,Subscript,Superscript'; - + config.disableNativeSpellChecker = false; //#####Image upload via CKeditor - TODO// //config.uploadUrl; diff --git a/components/Deck/SlideEditLeftPanel/SlideEditLeftPanel.js b/components/Deck/SlideEditLeftPanel/SlideEditLeftPanel.js index 7e28cb9ac..1c2d3b92c 100644 --- a/components/Deck/SlideEditLeftPanel/SlideEditLeftPanel.js +++ b/components/Deck/SlideEditLeftPanel/SlideEditLeftPanel.js @@ -250,8 +250,9 @@ class SlideEditLeftPanel extends React.Component { '• Bring input box to front or back: press control+shift and then the plus or minus key
' + '• Duplicate an input box: control + d
'+ '• Delete an input box: control + delete
'+ - '• See https://sdk.ckeditor.com/samples/accessibility.html for more (CKeditor) keyboard shortcuts

' + - '• Tip: press the "shift" keyboard button while resizing an image to maintain the width-to-heigth ratio/dimensions of the image
' + '• See https://sdk.ckeditor.com/samples/accessibility.html for more (CKeditor) keyboard shortcuts.

' + + '• Tip: press the "shift" keyboard button while resizing an image to maintain the width-to-heigth ratio/dimensions of the image.
'+ + '• Tip: Hold the Ctrl or Meta (Mac) key when right-clicking to show your native browser context menu. This is usefull for spellchecking and selecting spell language.
' }), //'• When using Firefox, the selection of text via mouse cursor does not work well. Use keyboard selection or another browser instead. We are working to solve this problem.
' + type: 'question',