meta+shift+c 切换代码

This commit is contained in:
life
2015-10-28 14:53:09 +08:00
parent 031f280b5c
commit a05c2bc3be

View File

@@ -331,7 +331,7 @@ tinymce.PluginManager.add('leanote_code', function(editor, url) {
ed.addCommand('toggleCode', toggleCode);
ed.addShortcut('ctrl+shift+c', '', 'toggleCode');
ed.addShortcut('command+shift+c', '', 'toggleCode');
ed.addShortcut('meta+shift+c', '', 'toggleCode');
// life
if(LeaAce.canAce()) {