From a05c2bc3be8c6eca47e35471c5172692524f502f Mon Sep 17 00:00:00 2001 From: life Date: Wed, 28 Oct 2015 14:53:09 +0800 Subject: [PATCH] =?UTF-8?q?meta+shift+c=20=E5=88=87=E6=8D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/tinymce/plugins/leanote_code/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/tinymce/plugins/leanote_code/plugin.js b/public/tinymce/plugins/leanote_code/plugin.js index f818d40f..e32dc84d 100644 --- a/public/tinymce/plugins/leanote_code/plugin.js +++ b/public/tinymce/plugins/leanote_code/plugin.js @@ -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()) {