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']
   },