mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 10:07:12 +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.addCommand('toggleCode', toggleCode);
|
||||||
|
|
||||||
ed.addShortcut('ctrl+shift+c', '', 'toggleCode');
|
ed.addShortcut('ctrl+shift+c', '', 'toggleCode');
|
||||||
ed.addShortcut('command+shift+c', '', 'toggleCode');
|
ed.addShortcut('meta+shift+c', '', 'toggleCode');
|
||||||
|
|
||||||
// life
|
// life
|
||||||
if(LeaAce.canAce()) {
|
if(LeaAce.canAce()) {
|
||||||
|
Reference in New Issue
Block a user