Add Keybindings

This commit is contained in:
Josh Johnson 2015-11-24 12:43:25 -05:00
parent 04691aace6
commit 021b5000c4
1 changed files with 10 additions and 0 deletions

View File

@ -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": [