Browse Source

Merge pull request #5534 from melsyt/master

added shortcut for close-and-cleanup
Afshin Darian 6 years ago
parent
commit
f0dfbf6b6a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      packages/shortcuts-extension/schema/plugin.json

+ 11 - 0
packages/shortcuts-extension/schema/plugin.json

@@ -428,6 +428,17 @@
       },
       "type": "object"
     },
+    "filemenu:close-and-cleanup": {
+      "default": {},
+      "properties": {
+        "command": { "default": "filemenu:close-and-cleanup" },
+        "keys": { "default": ["Ctrl Shift Q"] },
+        "selector": { "default": ".jp-Activity" },
+        "title": { "default": "Close and cleanup file" },
+        "category": { "default": "File Operations" }
+      },
+      "type": "object"
+    },
     "launcher:create": {
       "default": {},
       "properties": {