default keybinding
This commit is contained in:
parent
ae9d5711c3
commit
0365b3c4a4
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,13 @@
|
||||||
"command": "dwm-git-simpleuse.helloWorld",
|
"command": "dwm-git-simpleuse.helloWorld",
|
||||||
"title": "HelloWorld23"
|
"title": "HelloWorld23"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"keybindings": [
|
||||||
|
{
|
||||||
|
"command": "dwm-git-simpleuse.helloWorld",
|
||||||
|
"key": "ctrl+alt+r",
|
||||||
|
"mac": "cmd+alt+r"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue