| CKEditorControlBlockedKeystrokes Property | 
             The keystrokes that are blocked by default as the browser
             implementation is buggy. These default keystrokes are handled by the editor.
            
             Default value:
             [ CKEDITOR.CTRL + 66, CKEDITOR.CTRL + 73, CKEDITOR.CTRL + 85 ] // CTRL+B,I,U
            
             NOTE: This is a pure javascript value, so be careful not to break things!
            
             Set to null for default value
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string BlockedKeystrokes { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also