From 021b5000c4e9365e694f4b39b4fa0b3cf32bbc7b Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 24 Nov 2015 12:43:25 -0500 Subject: [PATCH] Add Keybindings --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": [