This question is locked. New answers and comments are not allowed.
In the RadEditor you can disable shortcuts (see http://www.telerik.com/help/aspnet-ajax/editor-disabling-keyboard-shortcuts.html) but I have not been able to do the same in the MVC Editor. I created a handler for the OnExecute event and I checked the name property of the event argument to filter out which commands I want to allow or cancel, but I cannot figure out what to do to prevent the commands that I don't want to allow. I tried tried calling preventDefault and stopPropagating on the event argument but that does not prevent the command from running. Anyone know how to do this?
Thanks
Sean
Thanks
Sean