How to disable TinyMCE 4 keyboard shortcuts
Re answer cited by the OP: Edited to add meta and access and other. The custom_shortcuts flags mentioned was in tinymce 3.x (see here) but was removed from 4.x, and on scanning the source nothing equivalent seems to have been substituted. The foo function method mentioned can still be used. In your theme’s “functions.php”: add_action( … Read more