diff --git a/README.md b/README.md index 704e1b9..dd2cbba 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Contact me if you are willing to help translate the documentation :) | Shortcuts | Functionality | |---|---| -| ctrl-shift-m or cmd-k v | Open preview | +| cmd-k v | Open preview | | ctrl-shift-s | Sync preview / Sync source | | shift-enter | Run Code Chunk | | ctrl-shift-enter | Run all Code Chunks | diff --git a/package.json b/package.json index ee04fa6..e92458b 100644 --- a/package.json +++ b/package.json @@ -99,11 +99,6 @@ } ], "keybindings": [ - { - "command": "markdown-preview-enhanced.openPreview", - "key": "shift+ctrl+m", - "when": "editorLangId == markdown" - }, { "command": "markdown-preview-enhanced.openPreview", "key": "ctrl+k v", @@ -410,7 +405,7 @@ "package": "vsce package" }, "dependencies": { - "@shd101wyy/mume": "^0.3.1" + "@shd101wyy/mume": "^0.3.2" }, "devDependencies": { "@types/jquery": "^3.2.17", @@ -419,6 +414,6 @@ "eslint": "^4.15.0", "mocha": "^4.1.0", "typescript": "^2.6.2", - "vscode": "^1.1.10" + "vscode": "^1.1.13" } -} \ No newline at end of file +}