diff --git a/package.json b/package.json index 1ddc5ed..38cbad6 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,16 @@ "command": "xmltools.evaluateXPath", "title": "XML Tools: Evaluate XPath" } + ], + "keybindings": [ + { + "key": "ctrl+shift+alt+b", + "command": "xmltools.formatXml" + }, + { + "key": "ctrl+shift+alt+x", + "command": "xmltools.evaluateXPath" + } ] }, "activationEvents": [