mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
meta+shift+c 切换代码
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user