diff --git a/package-new.json b/package-new.json index c25bd6a..227adb2 100644 --- a/package-new.json +++ b/package-new.json @@ -37,6 +37,18 @@ } ], "keybindings": [ + { + "command": "version-identifier.runExtensionToast", + "key": "ctrl+cmd+v", + "mac": "ctrl+cmd+v", + "when": "editorTextFocus" + }, + { + "command": "version-identifier.runExtensionModal", + "key": "shift+ctrl+cmd+v", + "mac": "shift+ctrl+cmd+v", + "when": "editorTextFocus" + }, { "key": "escape", "command": "version-identifier.removeDecorations",