浏览代码

Rename execute->run

Steven Silvester 8 年之前
父节点
当前提交
c90c6866f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/shortcuts/plugin.ts

+ 2 - 2
src/shortcuts/plugin.ts

@@ -256,12 +256,12 @@ const SHORTCUTS = [
     keys: ['Ctrl M']
   },
   {
-    command: 'console:execute',
+    command: 'console:run',
     selector: '.jp-ConsolePanel',
     keys: ['Enter']
   },
   {
-    command: 'console:execute-forced',
+    command: 'console:run-forced',
     selector: '.jp-ConsolePanel',
     keys: ['Shift Enter']
   },