Add Keybindings
This commit is contained in:
parent
04691aace6
commit
021b5000c4
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue