I feel a little caught between a rock and a hard place here. I want to use Firefox\'s built in spell checking without disabling Ckeditor\'s context menu as this renders it impos
Use the browser's default contextmenu for right click action, then you don't need to press Ctrl to shoe the browser's default context menu.
config.removePlugins = 'scayt,menubutton,contextmenu';
Enable the built-in spell checker if the browser provides one.
config.disableNativeSpellChecker = false;