Add Keybindings
This commit is contained in:
parent
04691aace6
commit
021b5000c4
10
package.json
10
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": [
|
||||
|
Loading…
Reference in New Issue
Block a user