选项:custom_shortcuts

选项允许你控制是否使用键盘快捷键。选项默认为:true。

custom_shortcuts 选项的使用示例:

tinyMCE.init({
	...
	custom_shortcuts : false
});